diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-05-28 18:01:26 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-05-28 18:01:26 -0400 |
commit | 7409f8908ec914664c29686a11e2eef40f087594 (patch) | |
tree | ea398adcdd1ebcf7e0bfd4b91a40263dfb4b0681 /arm9/lib/src/OS_system.c | |
parent | 3d7ea9dfb8deb95709f0a4441950a3c7ca486e5b (diff) | |
parent | 44da9faaaaf845b068bb4d843ab3c2e84d45822e (diff) |
Merge branch 'master' of https://github.com/martmists/pokediamond into pikalax_work
Diffstat (limited to 'arm9/lib/src/OS_system.c')
-rw-r--r-- | arm9/lib/src/OS_system.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arm9/lib/src/OS_system.c b/arm9/lib/src/OS_system.c index 1d257679..b703fc38 100644 --- a/arm9/lib/src/OS_system.c +++ b/arm9/lib/src/OS_system.c @@ -3,6 +3,7 @@ // #include "OS_system.h" +#include "OS_irqHandler.h" #include "syscall.h" ARM_FUNC asm OSIntrMode OS_EnableInterrupts(void) { |