* cygserver.cc: Include stdlib.h for exit declaration.

* threaded_queue.cc: Ditto.
This commit is contained in:
Christopher Faylor
2002-03-15 21:52:05 +00:00
parent ca17537785
commit 59a2339f27
5 changed files with 9 additions and 0 deletions

View File

@ -18,6 +18,7 @@
#include <sys/socket.h>
#include <netdb.h>
#include <signal.h>
#include <stdlib.h>
#include "wincap.h"
#include "cygwin_version.h"