summaryrefslogtreecommitdiff
path: root/include/global.h
diff options
context:
space:
mode:
authorscnorton <scnorton@biociphers.org>2018-01-16 17:09:36 -0500
committerscnorton <scnorton@biociphers.org>2018-01-16 17:09:36 -0500
commitd8bb1d15e7941d9689393f1215c82788a793af50 (patch)
tree7006f3de7d3cf5a0fce6af66bd182d3d3f985854 /include/global.h
parent09d3da101bd1b1c9d7471e7a193f0af7cae0ab73 (diff)
parent309640a28c63528fda8d6b50b9d5bb83eddeb8c9 (diff)
Merge branch 'master' into mac_build_and_libc
Diffstat (limited to 'include/global.h')
-rw-r--r--include/global.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/global.h b/include/global.h
index 7943fc569..3e260fd2a 100644
--- a/include/global.h
+++ b/include/global.h
@@ -1,8 +1,8 @@
#ifndef GUARD_GLOBAL_H
#define GUARD_GLOBAL_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 "config.h"
// Prevent cross-jump optimization.
#define BLOCK_CROSS_JUMP asm("");