From: Richard Stallman Date: Fri, 3 Apr 1992 07:32:57 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: misc/cutover-egcs-0~13260 X-Git-Url: https://gcc.gnu.org/git/?a=commitdiff_plain;h=ab5809b54ec7ec83d82719d5003106787b227c75;p=gcc.git *** empty log message *** From-SVN: r671 --- diff --git a/gcc/enquire.c b/gcc/enquire.c index b897f8365c4d..c5eb48c247bb 100644 --- a/gcc/enquire.c +++ b/gcc/enquire.c @@ -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: @@ -378,6 +379,7 @@ #ifdef NO_SIG #define jmp_buf int #else +#include #include #include #endif