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