summaryrefslogtreecommitdiffstats
path: root/c/src/exec/posix/src/semwait.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/posix/src/semwait.c')
-rw-r--r--c/src/exec/posix/src/semwait.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/c/src/exec/posix/src/semwait.c b/c/src/exec/posix/src/semwait.c
index f74a7fa0c4..9ef787c727 100644
--- a/c/src/exec/posix/src/semwait.c
+++ b/c/src/exec/posix/src/semwait.c
@@ -2,6 +2,10 @@
* $Id$
*/
+#if HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <stdarg.h>
#include <errno.h>