summaryrefslogtreecommitdiff
path: root/src/code/game.c
diff options
context:
space:
mode:
authorDragorn421 <Dragorn421@users.noreply.github.com>2024-09-08 23:47:25 +0200
committerGitHub <noreply@github.com>2024-09-08 17:47:25 -0400
commitfb37d7c6cd930ebe170874eb88abc32678403669 (patch)
tree8e371c25bf72a9dd5f04b3e6307144311df1b15a /src/code/game.c
parent900c2f0f686fc391a50d24f391d7a1cb4e2ed614 (diff)
[headers 13] osMalloc.h -> include/libc64/os_malloc.h (#2175)
* [headers 13] osMalloc.h -> include/libc64/os_malloc.h * also update the #includes :)
Diffstat (limited to 'src/code/game.c')
-rw-r--r--src/code/game.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/game.c b/src/code/game.c
index af22e7949..45362fb58 100644
--- a/src/code/game.c
+++ b/src/code/game.c
@@ -1,6 +1,6 @@
#include "global.h"
#include "fault.h"
-#include "osMalloc.h"
+#include "libc64/os_malloc.h"
#include "terminal.h"
#if PLATFORM_N64
#include "n64dd.h"