summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--toxcore/tox.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/toxcore/tox.h b/toxcore/tox.h
index 6c63a329..f3118270 100644
--- a/toxcore/tox.h
+++ b/toxcore/tox.h
@@ -47,6 +47,8 @@ typedef short sa_family_t;
47#endif 47#endif
48#else 48#else
49 49
50#include <sys/types.h>
51#include <netinet/in.h>
50#include <netinet/ip.h> 52#include <netinet/ip.h>
51 53
52#endif 54#endif