aboutsummaryrefslogtreecommitdiff
path: root/posix/test-vfork.c
diff options
context:
space:
mode:
Diffstat (limited to 'posix/test-vfork.c')
-rw-r--r--posix/test-vfork.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/posix/test-vfork.c b/posix/test-vfork.c
index 60abe0bcf7..9c352897ed 100644
--- a/posix/test-vfork.c
+++ b/posix/test-vfork.c
@@ -2,6 +2,7 @@
#include <unistd.h>
#include <error.h>
#include <errno.h>
+#include <sys/wait.h>
void noop (void);