瀏覽代碼

Added #include <ws2tcpip.h>

Sergey Lyubka 13 年之前
父節點
當前提交
cdd905c0fb
共有 1 個文件被更改,包括 1 次插入0 次删除
  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;