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 5cc16523..6d24caac 100644
--- a/toxcore/network.h
+++ b/toxcore/network.h
@@ -155,7 +155,7 @@ IP6;
155 155
156typedef struct { 156typedef struct {
157 uint8_t family; 157 uint8_t family;
158 union { 158 __extension__ union {
159 IP4 ip4; 159 IP4 ip4;
160 IP6 ip6; 160 IP6 ip6;
161 }; 161 };