diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-05-06 17:31:47 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-05-06 17:31:47 -0400 |
commit | 8781fb36e9f9a20d6af11c77cfd669e27067e279 (patch) | |
tree | a3926aa3df1b83d1cfd7f125162710fe99123054 /arm9/lib/include/OS_system.h | |
parent | a7fb32ea399ba1154733c2af184d296e5a245490 (diff) | |
parent | d821fc7b1346576fd88d8ee0fd38ec36a2cd8305 (diff) |
Merge branch 'master' of https://github.com/martmists/pokediamond into libfs
Diffstat (limited to 'arm9/lib/include/OS_system.h')
-rw-r--r-- | arm9/lib/include/OS_system.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arm9/lib/include/OS_system.h b/arm9/lib/include/OS_system.h index 794e16d2..65c58f57 100644 --- a/arm9/lib/include/OS_system.h +++ b/arm9/lib/include/OS_system.h @@ -7,6 +7,7 @@ #include "function_target.h" #include "consts.h" +#include "function_target.h" typedef enum { OS_PROCMODE_USER=16, |