diff options
-rw-r--r-- | src/compat/win32.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compat/win32.h b/src/compat/win32.h index 2a8aa60..c0e7520 100644 --- a/src/compat/win32.h +++ b/src/compat/win32.h | |||
@@ -13,6 +13,7 @@ | |||
13 | #ifdef __cplusplus | 13 | #ifdef __cplusplus |
14 | extern "C" | 14 | extern "C" |
15 | { | 15 | { |
16 | #define FD_SETSIZE 1024 | ||
16 | #include <Winsock2.h> | 17 | #include <Winsock2.h> |
17 | #include <ws2tcpip.h> | 18 | #include <ws2tcpip.h> |
18 | } | 19 | } |