summaryrefslogtreecommitdiff
path: root/arm9/lib/src/OS_system.c
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2020-05-16 13:48:47 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2020-05-16 13:48:47 -0400
commit49edb00ce8ba82f3449963f80b9131c45b524d8e (patch)
treec5537c37c690bfe951bcd9e5999d515ac8226afa /arm9/lib/src/OS_system.c
parenta728a3d62280db3c359e8eea68771dba361c2f2f (diff)
Split two (supposedly) gflib files
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 e5dfcb47..5379433b 100644
--- a/arm9/lib/src/OS_system.c
+++ b/arm9/lib/src/OS_system.c
@@ -3,6 +3,7 @@
//
#include "OS_system.h"
+#include "syscall.h"
ARM_FUNC asm OSIntrMode OS_EnableInterrupts() {
mrs r0, cpsr