summaryrefslogtreecommitdiff
path: root/toxcore/network.h
diff options
context:
space:
mode:
Diffstat (limited to 'toxcore/network.h')
-rw-r--r--toxcore/network.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/toxcore/network.h b/toxcore/network.h
index e268df74..f907b9b5 100644
--- a/toxcore/network.h
+++ b/toxcore/network.h
@@ -154,6 +154,7 @@ typedef int sock_t;
154#define TCP_ONION_FAMILY (AF_INET6 + 1) 154#define TCP_ONION_FAMILY (AF_INET6 + 1)
155#define TCP_INET (AF_INET6 + 2) 155#define TCP_INET (AF_INET6 + 2)
156#define TCP_INET6 (AF_INET6 + 3) 156#define TCP_INET6 (AF_INET6 + 3)
157#define TCP_FAMILY (AF_INET6 + 4)
157 158
158typedef union __attribute__ ((__packed__)) 159typedef union __attribute__ ((__packed__))
159{ 160{