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/include/nitro.h | |
parent | 10b569f131fc58959d7c50dd4b07f01a52b5e162 (diff) |
match OS_protectionRegion
Diffstat (limited to 'arm9/lib/include/nitro.h')
-rw-r--r-- | arm9/lib/include/nitro.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arm9/lib/include/nitro.h b/arm9/lib/include/nitro.h index 8cf603f5..8d875653 100644 --- a/arm9/lib/include/nitro.h +++ b/arm9/lib/include/nitro.h @@ -8,7 +8,7 @@ extern "C" { // Include all nitro files #include "types.h" #include "consts.h" -#include "os.h" +#include "OS.h" #include "mmap.h" #ifdef __cplusplus |