summaryrefslogtreecommitdiff
path: root/toxcore/list.h
diff options
context:
space:
mode:
Diffstat (limited to 'toxcore/list.h')
-rw-r--r--toxcore/list.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/toxcore/list.h b/toxcore/list.h
index b04177e1..aac72e81 100644
--- a/toxcore/list.h
+++ b/toxcore/list.h
@@ -26,8 +26,8 @@
26#ifndef LIST_H 26#ifndef LIST_H
27#define LIST_H 27#define LIST_H
28 28
29#include <stdlib.h>
30#include <stdint.h> 29#include <stdint.h>
30#include <stdlib.h>
31#include <string.h> 31#include <string.h>
32 32
33typedef struct { 33typedef struct {