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:
authorEgor Duda <deo@logos-m.ru>2001-11-02 23:45:00 +0300
committerEgor Duda <deo@logos-m.ru>2001-11-02 23:45:00 +0300
commit01432054cb24122d300f109d4d252a9c95835a9b (patch)
treec012fc05dede8f969a2544cc5aae2f4ea222c964 /winsup/testsuite/libltp
parentd58f43a1bc7167f1be368c1fec340ba075bc09b6 (diff)
* libltp/lib/forker.c: Include proper header to avoid compiler
warning.
Diffstat (limited to 'winsup/testsuite/libltp')
-rw-r--r--winsup/testsuite/libltp/lib/forker.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/testsuite/libltp/lib/forker.c b/winsup/testsuite/libltp/lib/forker.c
index 7d4a8b68f..99bc58550 100644
--- a/winsup/testsuite/libltp/lib/forker.c
+++ b/winsup/testsuite/libltp/lib/forker.c
@@ -114,6 +114,7 @@
#include <errno.h>
#include <unistd.h> /* fork, getpid, sleep */
#include <string.h>
+#include <stdlib.h>
#include "forker.h"
extern int errno;