diff options
author | Cleverking2003 <30466983+Cleverking2003@users.noreply.github.com> | 2020-05-01 09:18:07 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-01 09:18:07 +0300 |
commit | c8a06f894bf98b9fa12759043cbd6316e30c59dc (patch) | |
tree | 7e0a565279d62cadd4bf8bef08db9b4bdcf5da51 /include/global.h | |
parent | 081bd6efce613ed078407ab8fd24765275385f9f (diff) | |
parent | 4c5341831c0af7573552629a76b9ef5baadc81a9 (diff) |
Merge pull request #48 from Demki/master
add thumb/arm macros and change makefiles to reflect that.
Diffstat (limited to 'include/global.h')
-rw-r--r-- | include/global.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/global.h b/include/global.h index 33880ca1..ba6a7337 100644 --- a/include/global.h +++ b/include/global.h @@ -1,6 +1,7 @@ #ifndef GUARD_GLOBAL_H #define GUARD_GLOBAL_H +#include "function_target.h" #include "nitro/nitro.h" #endif //GUARD_GLOBAL_H |