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