summaryrefslogtreecommitdiff
path: root/toxcore/list.c
diff options
context:
space:
mode:
Diffstat (limited to 'toxcore/list.c')
-rw-r--r--toxcore/list.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/toxcore/list.c b/toxcore/list.c
index 8fd1f5fb..7b65e184 100644
--- a/toxcore/list.c
+++ b/toxcore/list.c
@@ -29,6 +29,9 @@
29 29
30#include "list.h" 30#include "list.h"
31 31
32#include <stdlib.h>
33#include <string.h>
34
32#include "ccompat.h" 35#include "ccompat.h"
33 36
34/* Basically, the elements in the list are placed in order so that they can be searched for easily 37/* Basically, the elements in the list are placed in order so that they can be searched for easily