summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2014-04-25 19:25:38 +0000
committerfrosch <frosch@openttd.org>2014-04-25 19:25:38 +0000
commit08eeec15bed443e5c6c0e6cd58f44c604b7aca09 (patch)
treedc71d4f0c1ed1a1067709c063d48dd06e75ff5e3 /src
parentcb266074d589fbcc8ffde937d86bef733acb557e (diff)
downloadopenttd-08eeec15bed443e5c6c0e6cd58f44c604b7aca09.tar.xz
(svn r26513) -Fix: 9x compilation, maybe
Diffstat (limited to 'src')
-rw-r--r--src/string_func.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/string_func.h b/src/string_func.h
index 40ea30401..ff12f3747 100644
--- a/src/string_func.h
+++ b/src/string_func.h
@@ -26,6 +26,8 @@
#ifndef STRING_FUNC_H
#define STRING_FUNC_H
+#include <stdarg.h>
+
#include "core/bitmath_func.hpp"
#include "string_type.h"