summaryrefslogtreecommitdiff
path: root/src/code/game.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/code/game.c')
-rw-r--r--src/code/game.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/code/game.c b/src/code/game.c
index 6db35e563..f08133fc9 100644
--- a/src/code/game.c
+++ b/src/code/game.c
@@ -1,4 +1,5 @@
#include "libc64/malloc.h"
+#include "libc64/os_malloc.h"
#include "libu64/debug.h"
#include "libu64/gfxprint.h"
#include "audiomgr.h"
@@ -8,7 +9,7 @@
#include "gfx.h"
#include "gfxalloc.h"
#include "fault.h"
-#include "libc64/os_malloc.h"
+#include "idle.h"
#include "line_numbers.h"
#if PLATFORM_N64
#include "n64dd.h"