From be797d4b039b40d2c876f0a71cd1e48454a74065 Mon Sep 17 00:00:00 2001 From: iphydf Date: Tue, 27 Feb 2018 02:07:59 +0000 Subject: Move system header includes from network.h to network.c --- toxcore/friend_requests.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'toxcore/friend_requests.c') diff --git a/toxcore/friend_requests.c b/toxcore/friend_requests.c index 13c89eae..3123e4ff 100644 --- a/toxcore/friend_requests.c +++ b/toxcore/friend_requests.c @@ -27,6 +27,9 @@ #include "friend_requests.h" +#include +#include + #include "util.h" struct Friend_Requests { -- cgit v1.2.3