summaryrefslogtreecommitdiffstats
path: root/winsup/testsuite/winsup.api/pthread/threadidafterfork.c
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/testsuite/winsup.api/pthread/threadidafterfork.c')
-rw-r--r--winsup/testsuite/winsup.api/pthread/threadidafterfork.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/testsuite/winsup.api/pthread/threadidafterfork.c b/winsup/testsuite/winsup.api/pthread/threadidafterfork.c
index da93a4d3f..473eaecfd 100644
--- a/winsup/testsuite/winsup.api/pthread/threadidafterfork.c
+++ b/winsup/testsuite/winsup.api/pthread/threadidafterfork.c
@@ -2,6 +2,7 @@
#include <unistd.h>
#include <sys/wait.h>
#include <pthread.h>
+#include <stdlib.h>
static void * TestThread ( void * );