diff options
| author | Dragorn421 <Dragorn421@users.noreply.github.com> | 2024-09-11 11:02:42 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-11 18:02:42 +0900 |
| commit | 76d97ac18acc37a73b4ae627f2f84fe2bae44fd6 (patch) | |
| tree | 5ec3be364f39b6e7324bc3ba763196d1c4b0405f /src/libc64/malloc.c | |
| parent | cbf9eacf42c25f887589ba50d4ef2cd41cdc9030 (diff) | |
[headers 14] libc64 headers (#2177)
* [headers 14] libc64 headers
* bss
* bss
Diffstat (limited to 'src/libc64/malloc.c')
| -rw-r--r-- | src/libc64/malloc.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/libc64/malloc.c b/src/libc64/malloc.c index a5bd8032b..57dd88e28 100644 --- a/src/libc64/malloc.c +++ b/src/libc64/malloc.c @@ -1,4 +1,6 @@ -#include "global.h" +#include "libc64/malloc.h" +#include "ultra64.h" +#include "macros.h" #include "libc64/os_malloc.h" #define LOG_SEVERITY_NOLOG 0 |
