about summary refs log tree commit diff
path: root/posix/tst-vfork3.c
diff options
context:
space:
mode:
Diffstat (limited to 'posix/tst-vfork3.c')
-rw-r--r--posix/tst-vfork3.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/posix/tst-vfork3.c b/posix/tst-vfork3.c
index 4ee19733b4..c104271c44 100644
--- a/posix/tst-vfork3.c
+++ b/posix/tst-vfork3.c
@@ -23,6 +23,7 @@
 #include <stdlib.h>
 #include <string.h>
 #include <unistd.h>
+#include <sys/stat.h>
 #include <sys/wait.h>
 
 static int do_test (void);