summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/POSIX/waitpid.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/libtests/POSIX/waitpid.c')
-rw-r--r--testsuites/libtests/POSIX/waitpid.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuites/libtests/POSIX/waitpid.c b/testsuites/libtests/POSIX/waitpid.c
index 35d55aaa2e..991d27a8ed 100644
--- a/testsuites/libtests/POSIX/waitpid.c
+++ b/testsuites/libtests/POSIX/waitpid.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 <sys/wait.h>