From 562f2ff2c5a1672f54c27ab33e091e5eac1c82db Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Mon, 4 Feb 2002 11:10:10 +0000 Subject: Fix headers --- test/unistd/fork.c | 1 + test/unistd/vfork.c | 2 ++ 2 files changed, 3 insertions(+) (limited to 'test') diff --git a/test/unistd/fork.c b/test/unistd/fork.c index 9c8285620..da4f2688d 100644 --- a/test/unistd/fork.c +++ b/test/unistd/fork.c @@ -25,6 +25,7 @@ #include #include #include +#include #include #define GOT1 (1 << 1) 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 #include #include +#include + int main(void) { -- cgit v1.2.3