From f751fcfbf62316be1aee7842c6db1100cc7c04b2 Mon Sep 17 00:00:00 2001 From: Yuri Date: Sun, 12 Feb 2017 22:28:18 -0800 Subject: Added missing includes: and Found these missing includes while compiling on FreeBSD 11. --- toxcore/network.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'toxcore/network.c') diff --git a/toxcore/network.c b/toxcore/network.c index 62b36ae6..55cfa338 100644 --- a/toxcore/network.c +++ b/toxcore/network.c @@ -52,14 +52,11 @@ #if !(defined(_WIN32) || defined(__WIN32__) || defined(WIN32)) -#include #include #include #include -#include #include #include -#include #else -- cgit v1.2.3