From fb37d7c6cd930ebe170874eb88abc32678403669 Mon Sep 17 00:00:00 2001 From: Dragorn421 Date: Sun, 8 Sep 2024 23:47:25 +0200 Subject: [headers 13] osMalloc.h -> include/libc64/os_malloc.h (#2175) * [headers 13] osMalloc.h -> include/libc64/os_malloc.h * also update the #includes :) --- src/code/game.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/code/game.c') 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" -- cgit v1.2.3