Browse Source

fix last commit

wangyu- 7 years ago
parent
commit
6153aca5d8
1 changed files with 1 additions and 0 deletions
  1. 1 0
      common.h

+ 1 - 0
common.h

@@ -57,6 +57,7 @@
 
 #if defined(__MINGW32__)
 #include <winsock2.h>
+#include <ws2ipdef.h>
 typedef unsigned char u_int8_t;
 typedef unsigned short u_int16_t;
 typedef unsigned int u_int32_t;