summaryrefslogtreecommitdiff
path: root/gcc/enquire.c
diff options
context:
space:
mode:
authorrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>1992-04-03 07:32:57 +0000
committerrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>1992-04-03 07:32:57 +0000
commit1635f53d94d9ab4f64b7da6da660cb3522f5d2be (patch)
treec22977e522290e869aa44b4049b05b288984d9a1 /gcc/enquire.c
parentca34576de541384b5ed09ed22b8c2e809f9988b0 (diff)
downloadgcc-1635f53d94d9ab4f64b7da6da660cb3522f5d2be.tar.gz
*** empty log message ***
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@671 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/enquire.c')
-rw-r--r--gcc/enquire.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/enquire.c b/gcc/enquire.c
index b897f8365c4..c5eb48c247b 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 <sys/types.h>
#include <signal.h>
#include <setjmp.h>
#endif