diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-06-28 22:26:11 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-06-28 22:26:11 -0400 |
commit | e92e9a184ccfa2aa3a226610d6c4e633e8082c10 (patch) | |
tree | 23d940d44919fe7db767db3d1950acaff43f18f9 /include/global.h | |
parent | 7a02a9ef36c8b66e6fd176aa5afa5500d34a9b06 (diff) |
Support for non-dkA toolchains
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 712a40866..a76d6e4e3 100644 --- a/include/global.h +++ b/include/global.h @@ -2,6 +2,7 @@ #define GUARD_GLOBAL_H #include <string.h> +#include <limits.h> #include "config.h" // we need to define config before gba headers as print stuff needs the functions nulled before defines. #include "gba/gba.h" #include "constants/global.h" |