summaryrefslogtreecommitdiff
path: root/arm9/lib/src/OS_system.c
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2020-05-28 18:01:26 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2020-05-28 18:01:26 -0400
commit7409f8908ec914664c29686a11e2eef40f087594 (patch)
treeea398adcdd1ebcf7e0bfd4b91a40263dfb4b0681 /arm9/lib/src/OS_system.c
parent3d7ea9dfb8deb95709f0a4441950a3c7ca486e5b (diff)
parent44da9faaaaf845b068bb4d843ab3c2e84d45822e (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.c1
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) {