Quellcode durchsuchen

Added #include <ws2tcpip.h>

Sergey Lyubka vor 13 Jahren
Ursprung
Commit
cdd905c0fb
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1 0
      mongoose.c

+ 1 - 0
mongoose.c

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