diff options
Diffstat (limited to 'src/code/z_malloc.c')
| -rw-r--r-- | src/code/z_malloc.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/code/z_malloc.c b/src/code/z_malloc.c index c23da3927..80d7fc7af 100644 --- a/src/code/z_malloc.c +++ b/src/code/z_malloc.c @@ -1,4 +1,5 @@ -#include "global.h" +#include "z64malloc.h" + #include "os_malloc.h" Arena sZeldaArena; |
