summaryrefslogtreecommitdiff
path: root/src/code/listalloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/code/listalloc.c')
-rw-r--r--src/code/listalloc.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/code/listalloc.c b/src/code/listalloc.c
index 7560c20c6..9ccaa443d 100644
--- a/src/code/listalloc.c
+++ b/src/code/listalloc.c
@@ -1,4 +1,5 @@
-#include "global.h"
+#include "libc64/malloc.h"
+#include "listalloc.h"
ListAlloc* ListAlloc_Init(ListAlloc* this) {
this->prev = NULL;