summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/POSIX/vfork.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/libtests/POSIX/vfork.c')
-rw-r--r--testsuites/libtests/POSIX/vfork.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuites/libtests/POSIX/vfork.c b/testsuites/libtests/POSIX/vfork.c
index a947cce144..7868ae686a 100644
--- a/testsuites/libtests/POSIX/vfork.c
+++ b/testsuites/libtests/POSIX/vfork.c
@@ -6,6 +6,10 @@
* is freely granted, provided that this notice is preserved.
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <sys/types.h>
#include <unistd.h>