*** empty log message ***
authorRichard Stallman <rms@gnu.org>
Fri, 3 Apr 1992 07:32:57 +0000 (07:32 +0000)
committerRichard Stallman <rms@gnu.org>
Fri, 3 Apr 1992 07:32:57 +0000 (07:32 +0000)
From-SVN: r671

gcc/enquire.c

index b897f8365c4ddf28a5fc92566b4988e257e4b4d7..c5eb48c247bb2531127fed59b757341379340816 100644 (file)
@@ -15,6 +15,7 @@
    In EPROP, avoid a <= old if bad is set, Richard Stallman, May 91.
    Use gstddef.h, not stddef.h, Richard Stallman, Nov 91.
    Don't declare malloc, instead cast the value, Richard Stallman, Nov 91.
+   Include sys/types.h before signal.h, Apr 92.
 
    COMPILING
    With luck and a following wind, just the following will work:
 #ifdef NO_SIG
 #define jmp_buf int
 #else
+#include <sys/types.h>
 #include <signal.h>
 #include <setjmp.h>
 #endif