summaryrefslogtreecommitdiff
path: root/toxcore/network.h
diff options
context:
space:
mode:
Diffstat (limited to 'toxcore/network.h')
-rw-r--r--toxcore/network.h2
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
42typedef unsigned int sock_t; 42typedef unsigned int sock_t;
43typedef unsigned int sa_family_t; 43typedef 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) \