diff src/sighandlers.h @ 3566:4b1a93f83264

[project @ 2000-02-03 09:19:49 by jwe]
author jwe
date Thu, 03 Feb 2000 09:19:52 +0000
parents 6dfdded73a7e
children 6b96ce9f5743
line wrap: on
line diff
--- a/src/sighandlers.h	Thu Feb 03 08:32:44 2000 +0000
+++ b/src/sighandlers.h	Thu Feb 03 09:19:52 2000 +0000
@@ -33,11 +33,16 @@
 #if !defined (octave_sighandlers_h)
 #define octave_sighandlers_h 1
 
-#include <Array.h>
+// Include signal.h, not csignal since the latter might only define
+// the ANSI standard C signal interface.
+
+#include <signal.h>
 
 #include "syswait.h"
 #include "siglist.h"
 
+#include <Array.h>
+
 // Signal handler return type.
 #ifndef RETSIGTYPE
 #define RETSIGTYPE void