diff options
| author | Dragorn421 <Dragorn421@users.noreply.github.com> | 2024-09-08 23:47:25 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-08 17:47:25 -0400 |
| commit | fb37d7c6cd930ebe170874eb88abc32678403669 (patch) | |
| tree | 8e371c25bf72a9dd5f04b3e6307144311df1b15a /src/code/game.c | |
| parent | 900c2f0f686fc391a50d24f391d7a1cb4e2ed614 (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.c | 2 |
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" |
