aboutsummaryrefslogtreecommitdiffstats
path: root/echld/echld-int.h
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2013-07-23 13:11:16 +0000
committerJörg Mayer <jmayer@loplof.de>2013-07-23 13:11:16 +0000
commitda52691fb1126b2761e19f36706b3f0e597d8b23 (patch)
tree993cffa606b7d306fea4ca12bf50558b3dc51694 /echld/echld-int.h
parenteb28276569c4a39f3fcdf58fc2d47bbe9220524f (diff)
Include sys/wait.h
svn path=/trunk/; revision=50833
Diffstat (limited to 'echld/echld-int.h')
-rw-r--r--echld/echld-int.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/echld/echld-int.h b/echld/echld-int.h
index 770eecff8a..f6283af967 100644
--- a/echld/echld-int.h
+++ b/echld/echld-int.h
@@ -36,6 +36,10 @@
# include <sys/types.h>
#endif
+#ifdef HAVE_SYS_WAIT_H
+# include <sys/wait.h>
+#endif
+
#include <sys/time.h>
#include <sys/uio.h>