diff options
author | red031000 <rubenru09@aol.com> | 2020-08-01 18:32:46 +0100 |
---|---|---|
committer | red031000 <rubenru09@aol.com> | 2020-08-01 18:32:46 +0100 |
commit | 2fea2eeae228e99cde255e64b3e1a766d8729e50 (patch) | |
tree | df2e6769331c45959eea3942516c919c44966f1a /arm9/lib/include/OS_init.h | |
parent | 7137811b1453c782adc621ceaa646d04fae4c286 (diff) |
arm9 OS_message
Diffstat (limited to 'arm9/lib/include/OS_init.h')
-rw-r--r-- | arm9/lib/include/OS_init.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arm9/lib/include/OS_init.h b/arm9/lib/include/OS_init.h index 499c9f6c..ea1fa66b 100644 --- a/arm9/lib/include/OS_init.h +++ b/arm9/lib/include/OS_init.h @@ -24,6 +24,7 @@ #include "OS_interrupt.h" #include "OS_reset.h" #include "OS_exception.h" +#include "OS_message.h" void OS_Init(void); |