summaryrefslogtreecommitdiff
path: root/src/code/gamealloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/code/gamealloc.c')
-rw-r--r--src/code/gamealloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/gamealloc.c b/src/code/gamealloc.c
index 9ec6886b2..960aeea98 100644
--- a/src/code/gamealloc.c
+++ b/src/code/gamealloc.c
@@ -1,4 +1,4 @@
-#include <global.h>
+#include "global.h"
void GameAlloc_Log(GameAlloc* this) {
GameAllocEntry* iter;