* fhandler_socket.cc: Move iptypes.h include after winsock2 since it now relies

on it.
* net.cc: Ditto.
This commit is contained in:
Christopher Faylor
2006-04-05 16:53:12 +00:00
parent 0ce97eb453
commit f2e6c50869
3 changed files with 8 additions and 2 deletions

View File

@@ -17,7 +17,6 @@ details. */
#include <ctype.h>
#include <sys/socket.h>
#include <sys/un.h>
#include <iphlpapi.h>
#include <syslog.h>
#include <stdlib.h>
@@ -27,6 +26,7 @@ details. */
#include <netdb.h>
#define USE_SYS_TYPES_FD_SET
#include <winsock2.h>
#include <iphlpapi.h>
#include <assert.h>
#include "cygerrno.h"
#include "security.h"