diff options
Diffstat (limited to 'src/code/gamealloc.c')
| -rw-r--r-- | src/code/gamealloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/gamealloc.c b/src/code/gamealloc.c index f953028..acf55ee 100644 --- a/src/code/gamealloc.c +++ b/src/code/gamealloc.c @@ -1,5 +1,5 @@ #include "gamealloc.h" -#include "malloc.h" +#include "libc64/malloc.h" #include "libc/stdint.h" void func_800D3720_jp(GameAlloc* this) { |
