From 50cfbc2760e3a2d9500a60e4df4a7d1101eeec07 Mon Sep 17 00:00:00 2001 From: Sean Date: Tue, 21 Jan 2014 11:13:44 -0800 Subject: [PATCH] Fixed BSD IP stack issue Thanks to @mahomet --- toxcore/tox.h | 2 ++ 1 file changed, 2 insertions(+) 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; #endif #else +#include +#include #include #endif