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:
authorChristopher Faylor <me@cgf.cx>2002-03-16 00:52:05 +0300
committerChristopher Faylor <me@cgf.cx>2002-03-16 00:52:05 +0300
commit59a2339f27b3cedbdc5886e7525fa822a1f8d505 (patch)
tree0c75d4068353fff3a0d7cccc128654506636afce /winsup/cygwin/cygserver.cc
parentca175377858b9582040d995c4343e8edbdc524e2 (diff)
* cygserver.cc: Include stdlib.h for exit declaration.
* threaded_queue.cc: Ditto.
Diffstat (limited to 'winsup/cygwin/cygserver.cc')
-rwxr-xr-xwinsup/cygwin/cygserver.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/cygwin/cygserver.cc b/winsup/cygwin/cygserver.cc
index 19f68ea1f..af9cee93e 100755
--- a/winsup/cygwin/cygserver.cc
+++ b/winsup/cygwin/cygserver.cc
@@ -18,6 +18,7 @@
#include <sys/socket.h>
#include <netdb.h>
#include <signal.h>
+#include <stdlib.h>
#include "wincap.h"
#include "cygwin_version.h"