* cygserver.cc: Include stdlib.h for exit declaration.
* threaded_queue.cc: Ditto.
This commit is contained in:
		| @@ -18,6 +18,7 @@ | ||||
| #include <sys/socket.h> | ||||
| #include <netdb.h> | ||||
| #include <signal.h> | ||||
| #include <stdlib.h> | ||||
| #include "wincap.h" | ||||
| #include "cygwin_version.h" | ||||
|  | ||||
|   | ||||
| @@ -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 | ||||
|   | ||||
| @@ -1,3 +1,8 @@ | ||||
| 2002-03-15  Christopher Faylor  <cgf@redhat.com> | ||||
|  | ||||
| 	* cygserver.cc: Include stdlib.h for exit declaration. | ||||
| 	* threaded_queue.cc: Ditto. | ||||
|  | ||||
| 2002-03-15  Christopher Faylor  <cgf@redhat.com> | ||||
|  | ||||
| 	* pinfo.cc (pinfo::init): Use PID_ALLPIDS flag to control when a | ||||
|   | ||||
| @@ -18,6 +18,7 @@ | ||||
| #include <sys/socket.h> | ||||
| #include <netdb.h> | ||||
| #include <signal.h> | ||||
| #include <stdlib.h> | ||||
| #include "wincap.h" | ||||
| #include "cygwin_version.h" | ||||
|  | ||||
|   | ||||
| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user