]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - fold.c
Some more platform / compiler specific code refactoring.
[xonotic/gmqcc.git] / fold.c
diff --git a/fold.c b/fold.c
index d485ed23f1dba4c9957f4635773983b8467fc75b..6208a8a273e638cdc409fb487663a585a9a5073b 100644 (file)
--- a/fold.c
+++ b/fold.c
@@ -25,6 +25,7 @@
 
 #include "ast.h"
 #include "parser.h"
+#include "platform.h"
 
 #define FOLD_STRING_UNTRANSLATE_HTSIZE 1024
 #define FOLD_STRING_DOTRANSLATE_HTSIZE 1024