diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-02-04 11:10:10 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-02-04 11:10:10 +0000 |
commit | 562f2ff2c5a1672f54c27ab33e091e5eac1c82db (patch) | |
tree | baa69e04029e26c67ba4b42a161fd74e83ae8446 /test/unistd/vfork.c | |
parent | fde367d91f696f712ed0b70e74656656d00237df (diff) |
Fix headers
Diffstat (limited to 'test/unistd/vfork.c')
-rw-r--r-- | test/unistd/vfork.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/unistd/vfork.c b/test/unistd/vfork.c index 301d800cb..c7d409adb 100644 --- a/test/unistd/vfork.c +++ b/test/unistd/vfork.c @@ -25,6 +25,8 @@ #include <stdlib.h> #include <unistd.h> #include <sys/wait.h> +#include <sys/types.h> + int main(void) { |