Browse Source

Missing include to build on newer mingw32.

Con Kolivas 14 years ago
parent
commit
b54d462c85
1 changed files with 1 additions and 0 deletions
  1. 1 0
      api.c

+ 1 - 0
api.c

@@ -37,6 +37,7 @@
 #endif
 
 #ifdef WIN32
+	#include <ws2tcpip.h>
 	#include <winsock2.h>
 
 	#define SOCKETTYPE SOCKET