summaryrefslogtreecommitdiff
path: root/toxcore
diff options
context:
space:
mode:
authorirungentoo <irungentoo@tox.im>2014-01-21 11:33:23 -0800
committerirungentoo <irungentoo@tox.im>2014-01-21 11:33:23 -0800
commit5e8ba8ed6b9447967dbd44db3f02ddbbde2db8bb (patch)
tree80ed215fd9ca12f157121066a880c2e020e08879 /toxcore
parent00100ea335fe2d65e6c42d2e73fe23842b92bd6a (diff)
parent50cfbc2760e3a2d9500a60e4df4a7d1101eeec07 (diff)
Merge pull request #694 from stqism/patch-1
Fixed BSD IP stack issue
Diffstat (limited to 'toxcore')
-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