aboutsummaryrefslogtreecommitdiff
path: root/tools/create_kyradat/util.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/create_kyradat/util.cpp')
-rw-r--r--tools/create_kyradat/util.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/create_kyradat/util.cpp b/tools/create_kyradat/util.cpp
index a9ac5517bf..702a36bc0e 100644
--- a/tools/create_kyradat/util.cpp
+++ b/tools/create_kyradat/util.cpp
@@ -23,6 +23,9 @@
*
*/
+// Disable symbol overrides so that we can use system headers.
+#define FORBIDDEN_SYMBOL_ALLOW_ALL
+
#include "util.h"
#include <stdarg.h>