diff options
author | Christopher Faylor <me@cgf.cx> | 2002-03-15 21:52:05 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2002-03-15 21:52:05 +0000 |
commit | 59a2339f27b3cedbdc5886e7525fa822a1f8d505 (patch) | |
tree | 0c75d4068353fff3a0d7cccc128654506636afce /winsup/cygserver/threaded_queue.cc | |
parent | ca175377858b9582040d995c4343e8edbdc524e2 (diff) | |
download | cygnal-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/threaded_queue.cc')
-rw-r--r-- | winsup/cygserver/threaded_queue.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/cygserver/threaded_queue.cc b/winsup/cygserver/threaded_queue.cc index 5fb22b191..cb8e3f66b 100644 --- a/winsup/cygserver/threaded_queue.cc +++ b/winsup/cygserver/threaded_queue.cc @@ -15,6 +15,7 @@ #include <unistd.h> #include <windows.h> #include <sys/types.h> +#include <stdlib.h> #include "wincap.h" #include "threaded_queue.h" #define DEBUG 1 |