summaryrefslogtreecommitdiffstats
path: root/winsup/cygserver/cygserver.cc
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2002-03-15 21:52:05 +0000
committerChristopher Faylor <me@cgf.cx>2002-03-15 21:52:05 +0000
commit59a2339f27b3cedbdc5886e7525fa822a1f8d505 (patch)
tree0c75d4068353fff3a0d7cccc128654506636afce /winsup/cygserver/cygserver.cc
parentca175377858b9582040d995c4343e8edbdc524e2 (diff)
downloadcygnal-59a2339f27b3cedbdc5886e7525fa822a1f8d505.tar.gz
cygnal-59a2339f27b3cedbdc5886e7525fa822a1f8d505.tar.bz2
cygnal-59a2339f27b3cedbdc5886e7525fa822a1f8d505.zip
* cygserver.cc: Include stdlib.h for exit declaration.
* threaded_queue.cc: Ditto.
Diffstat (limited to 'winsup/cygserver/cygserver.cc')
-rw-r--r--winsup/cygserver/cygserver.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/cygserver/cygserver.cc b/winsup/cygserver/cygserver.cc
index 19f68ea1f..af9cee93e 100644
--- a/winsup/cygserver/cygserver.cc
+++ b/winsup/cygserver/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"