diff options
Diffstat (limited to 'src/include/port/win32/sys/socket.h')
-rw-r--r-- | src/include/port/win32/sys/socket.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/port/win32/sys/socket.h b/src/include/port/win32/sys/socket.h index 6947ec07d62..edaee6a894c 100644 --- a/src/include/port/win32/sys/socket.h +++ b/src/include/port/win32/sys/socket.h @@ -13,6 +13,7 @@ */ #include <winsock2.h> #include <ws2tcpip.h> +#include <windows.h> #undef ERROR #undef small |