Another MinGW build fix.

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2474 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
meep-eep
2006-10-28 00:48:35 +00:00
parent 6d7d8dbde2
commit 5a2c8df17e
@@ -35,14 +35,10 @@
#ifdef USE_WINSOCK #ifdef USE_WINSOCK
# include <winsock2.h> # include <winsock2.h>
# include <ws2tcpip.h> # include <ws2tcpip.h>
# include "../wspiapiwrap.h"
#else #else
# include <netdb.h> # include <netdb.h>
#endif #endif
#ifdef DEBUG
# ifdef USE_WINSOCK
# include "../wspiapiwrap.h"
# endif
#endif
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>