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