diff options
Diffstat (limited to 'toxcore/network.h')
-rw-r--r-- | toxcore/network.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toxcore/network.h b/toxcore/network.h index f6256ab4..0d2b5786 100644 --- a/toxcore/network.h +++ b/toxcore/network.h | |||
@@ -40,7 +40,7 @@ | |||
40 | #include <ws2tcpip.h> | 40 | #include <ws2tcpip.h> |
41 | 41 | ||
42 | typedef unsigned int sock_t; | 42 | typedef unsigned int sock_t; |
43 | typedef unsigned int sa_family_t; | 43 | typedef INT sa_family_t; |
44 | 44 | ||
45 | #ifndef IN6_ARE_ADDR_EQUAL | 45 | #ifndef IN6_ARE_ADDR_EQUAL |
46 | #define IN6_ARE_ADDR_EQUAL(a,b) \ | 46 | #define IN6_ARE_ADDR_EQUAL(a,b) \ |