summaryrefslogtreecommitdiff
path: root/toxcore/list.c
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2018-02-27 02:07:59 +0000
committeriphydf <iphydf@users.noreply.github.com>2018-05-20 15:42:42 +0000
commitbe797d4b039b40d2c876f0a71cd1e48454a74065 (patch)
treec759c0f15a3ac0285e0bd941dc3edad06ade015d /toxcore/list.c
parent291a849a5a0afb4450bcd0d0c50b7aeccaac04f5 (diff)
Move system header includes from network.h to network.c
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