From 53dd5bc0de0fb2237c57520971a7854e0dde5902 Mon Sep 17 00:00:00 2001 From: red031000 Date: Thu, 28 May 2020 18:55:41 +0100 Subject: OS_irqHandler --- arm9/lib/src/OS_system.c | 1 + 1 file changed, 1 insertion(+) (limited to 'arm9/lib/src/OS_system.c') 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) { -- cgit v1.2.3