diff options
author | red031000 <rubenru09@aol.com> | 2020-05-01 17:54:04 +0100 |
---|---|---|
committer | red031000 <rubenru09@aol.com> | 2020-05-01 17:54:04 +0100 |
commit | f04501a417999dddd7ec5963b90ab2e152ac3477 (patch) | |
tree | e4cff97cd3b2b43238e60de733286aa98caaef4c /arm9/lib/src/OS_alloc.c | |
parent | 10b569f131fc58959d7c50dd4b07f01a52b5e162 (diff) |
match OS_protectionRegion
Diffstat (limited to 'arm9/lib/src/OS_alloc.c')
-rw-r--r-- | arm9/lib/src/OS_alloc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arm9/lib/src/OS_alloc.c b/arm9/lib/src/OS_alloc.c index 242c5571..e883656e 100644 --- a/arm9/lib/src/OS_alloc.c +++ b/arm9/lib/src/OS_alloc.c @@ -2,9 +2,9 @@ // Created by mart on 4/23/20.
//
#include "function_target.h"
-#include "os_alloc.h"
+#include "OS_alloc.h"
#include "consts.h"
-#include "os_system.h"
+#include "OS_system.h"
void* OSiHeapInfo[OS_ARENA_MAX];
|