diff options
Diffstat (limited to 'posix')
-rw-r--r-- | posix/test-vfork.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/posix/test-vfork.c b/posix/test-vfork.c index 60abe0b..9c35289 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); |