diff options
author | frosch <frosch@openttd.org> | 2014-04-25 19:25:38 +0000 |
---|---|---|
committer | frosch <frosch@openttd.org> | 2014-04-25 19:25:38 +0000 |
commit | 08eeec15bed443e5c6c0e6cd58f44c604b7aca09 (patch) | |
tree | dc71d4f0c1ed1a1067709c063d48dd06e75ff5e3 /src | |
parent | cb266074d589fbcc8ffde937d86bef733acb557e (diff) | |
download | openttd-08eeec15bed443e5c6c0e6cd58f44c604b7aca09.tar.xz |
(svn r26513) -Fix: 9x compilation, maybe
Diffstat (limited to 'src')
-rw-r--r-- | src/string_func.h | 2 |
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" |