summaryrefslogtreecommitdiff
path: root/toxcore/friend_requests.c
diff options
context:
space:
mode:
Diffstat (limited to 'toxcore/friend_requests.c')
-rw-r--r--toxcore/friend_requests.c3
1 files changed, 3 insertions, 0 deletions
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 @@
27 27
28#include "friend_requests.h" 28#include "friend_requests.h"
29 29
30#include <stdlib.h>
31#include <string.h>
32
30#include "util.h" 33#include "util.h"
31 34
32struct Friend_Requests { 35struct Friend_Requests {