* fhandler_socket.cc: Move iptypes.h include after winsock2 since it now relies
on it. * net.cc: Ditto.
This commit is contained in:
		| @@ -1,3 +1,9 @@ | |||||||
|  | 2006-04-05  Christopher Faylor  <cgf@timesys.com> | ||||||
|  |  | ||||||
|  | 	* fhandler_socket.cc: Move iptypes.h include after winsock2 since it | ||||||
|  | 	now relies on it. | ||||||
|  | 	* net.cc: Ditto. | ||||||
|  |  | ||||||
| 2006-04-05  Christopher Faylor  <cgf@timesys.com> | 2006-04-05  Christopher Faylor  <cgf@timesys.com> | ||||||
|  |  | ||||||
| 	* dcrt0.cc (dll_crt0_0): Move user_data->{resourcelocks,threadinterface} | 	* dcrt0.cc (dll_crt0_0): Move user_data->{resourcelocks,threadinterface} | ||||||
|   | |||||||
| @@ -17,11 +17,11 @@ | |||||||
| #include <sys/un.h> | #include <sys/un.h> | ||||||
| #include <sys/uio.h> | #include <sys/uio.h> | ||||||
| #include <asm/byteorder.h> | #include <asm/byteorder.h> | ||||||
| #include <iphlpapi.h> |  | ||||||
|  |  | ||||||
| #include <stdlib.h> | #include <stdlib.h> | ||||||
| #define USE_SYS_TYPES_FD_SET | #define USE_SYS_TYPES_FD_SET | ||||||
| #include <winsock2.h> | #include <winsock2.h> | ||||||
|  | #include <iphlpapi.h> | ||||||
| #include "cygerrno.h" | #include "cygerrno.h" | ||||||
| #include "security.h" | #include "security.h" | ||||||
| #include "cygwin/version.h" | #include "cygwin/version.h" | ||||||
|   | |||||||
| @@ -17,7 +17,6 @@ details. */ | |||||||
| #include <ctype.h> | #include <ctype.h> | ||||||
| #include <sys/socket.h> | #include <sys/socket.h> | ||||||
| #include <sys/un.h> | #include <sys/un.h> | ||||||
| #include <iphlpapi.h> |  | ||||||
| #include <syslog.h> | #include <syslog.h> | ||||||
|  |  | ||||||
| #include <stdlib.h> | #include <stdlib.h> | ||||||
| @@ -27,6 +26,7 @@ details. */ | |||||||
| #include <netdb.h> | #include <netdb.h> | ||||||
| #define USE_SYS_TYPES_FD_SET | #define USE_SYS_TYPES_FD_SET | ||||||
| #include <winsock2.h> | #include <winsock2.h> | ||||||
|  | #include <iphlpapi.h> | ||||||
| #include <assert.h> | #include <assert.h> | ||||||
| #include "cygerrno.h" | #include "cygerrno.h" | ||||||
| #include "security.h" | #include "security.h" | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user