Browse Source

Added #include <ws2tcpip.h>

Sergey Lyubka 13 years ago
parent
commit
cdd905c0fb
1 changed files with 1 additions and 0 deletions
  1. 1 0
      mongoose.c

+ 1 - 0
mongoose.c

@@ -65,6 +65,7 @@
 #include <io.h>
 #include <io.h>
 #else // _WIN32_WCE
 #else // _WIN32_WCE
 #include <winsock2.h>
 #include <winsock2.h>
+#include <ws2tcpip.h>
 #define NO_CGI // WinCE has no pipes
 #define NO_CGI // WinCE has no pipes
 
 
 typedef long off_t;
 typedef long off_t;