Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/testsuite/winsup.api/waitpid.c')
-rw-r--r--winsup/testsuite/winsup.api/waitpid.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/winsup/testsuite/winsup.api/waitpid.c b/winsup/testsuite/winsup.api/waitpid.c
index 9845cd1a4..ee2925c4c 100644
--- a/winsup/testsuite/winsup.api/waitpid.c
+++ b/winsup/testsuite/winsup.api/waitpid.c
@@ -1,6 +1,8 @@
#include <stdio.h>
#include <sys/wait.h>
#include <errno.h>
+#include <unistd.h>
+#include <stdlib.h>
int
main (int argc, char **argv)