summaryrefslogtreecommitdiff
path: root/flexdef.h
diff options
context:
space:
mode:
authorWill Estes <wlestes@users.sourceforge.net>2003-03-26 21:43:48 +0000
committerWill Estes <wlestes@users.sourceforge.net>2003-03-26 21:43:48 +0000
commit19f4f24507c4dbec6a5cd841d59c4b813ab4be73 (patch)
treeda4b4eb1db3e681c4d9e186c8fe217e2af448da4 /flexdef.h
parentd0de8debbd88388425ee51d9612a238edeba0ad2 (diff)
check for sys/wait.h since we use wait(2)
Diffstat (limited to 'flexdef.h')
-rw-r--r--flexdef.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/flexdef.h b/flexdef.h
index 6c6fe0b..d704cf1 100644
--- a/flexdef.h
+++ b/flexdef.h
@@ -60,6 +60,9 @@
#ifdef HAVE_SYS_PARAMS_H
#include <sys/params.h>
#endif
+#ifdef HAVE_SYS_WAIT_H
+#include <sys/wait.h>
+#endif
#ifdef HAVE_STDBOOL_H
#include <stdbool.h>
#else