diff options
| author | Tomáš Chvátal <scarabeus@gentoo.org> | 2009-12-09 21:50:27 +0100 |
|---|---|---|
| committer | Tomáš Chvátal <scarabeus@gentoo.org> | 2009-12-09 21:50:27 +0100 |
| commit | 7af605d1d42b2760799e816b7b25efe90a07d269 (patch) | |
| tree | 5ed4d679d6bdaf22b74c76d229d87ffe52e74bf3 /src/net/udp.h | |
| parent | ddcbf2fcd7bfb9af4358593f8eebaa18d04c0f96 (diff) | |
Add most parts of Timoo's windows code, or use different logic to get to the same results.
Diffstat (limited to 'src/net/udp.h')
| -rw-r--r-- | src/net/udp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/udp.h b/src/net/udp.h index c26db69..0e54a9c 100644 --- a/src/net/udp.h +++ b/src/net/udp.h @@ -6,6 +6,7 @@ #else #include <windows.h> #include <wininet.h> +#include <winsock.h> #endif typedef struct struct_sock_udp_t { |