summaryrefslogtreecommitdiff
path: root/toxcore/group.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/group.c
parent291a849a5a0afb4450bcd0d0c50b7aeccaac04f5 (diff)
Move system header includes from network.h to network.c
Diffstat (limited to 'toxcore/group.c')
-rw-r--r--toxcore/group.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/toxcore/group.c b/toxcore/group.c
index 37b4437d..b77ae38a 100644
--- a/toxcore/group.c
+++ b/toxcore/group.c
@@ -27,6 +27,9 @@
27 27
28#include "group.h" 28#include "group.h"
29 29
30#include <stdlib.h>
31#include <string.h>
32
30#include "util.h" 33#include "util.h"
31 34
32/* return 1 if the groupnumber is not valid. 35/* return 1 if the groupnumber is not valid.