summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2019-07-03 11:55:32 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2019-07-03 11:55:32 -0400
commit049085c761424a69011c8fd2ccf6202ec671e37d (patch)
tree4009ca41facaf2edd961b48996aa98109b2a9a96 /include
parent23ae00eb585a026d8ac17caeadfc936db76c4e4e (diff)
Implement debug info option
Diffstat (limited to 'include')
-rw-r--r--include/global.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/global.h b/include/global.h
index d64cf987d..64abf8724 100644
--- a/include/global.h
+++ b/include/global.h
@@ -3,6 +3,7 @@
#include <string.h>
#include <stdlib.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"