diff options
author | Andrew Dunstan <andrew@dunslane.net> | 2011-01-30 19:56:46 -0500 |
---|---|---|
committer | Andrew Dunstan <andrew@dunslane.net> | 2011-01-30 19:56:46 -0500 |
commit | 91812df4ed0facfb90bec3f9430dd5a97d56f695 (patch) | |
tree | 09e3d6d3f5ee3cfe1e4884b373b1271574153ad6 /src/include/port/win32/sys/socket.h | |
parent | 9688c4e6f1516d2fc0db5d200112c4d91538878d (diff) |
Enable building with the Mingw64 compiler.
This can be used to build 64 bit Windows binaries, not only on 64 bit
Windows but on supported cross-compiling hosts including 32 bit Windows,
Cygwin, Darwin and Linux.
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 |