]> git.mxchange.org Git - flightgear.git/commitdiff
Linux needs stdarg.h for va_args
authorJames Turner <zakalawe@mac.com>
Thu, 14 Nov 2013 23:13:07 +0000 (23:13 +0000)
committerJames Turner <zakalawe@mac.com>
Thu, 14 Nov 2013 23:14:51 +0000 (23:14 +0000)
src/Main/locale.cxx

index 41fafe995f6c2b92ecfeb98264706f3bf78da202..2544d0ba76077db2322610e69292f273fabb549d 100644 (file)
@@ -26,6 +26,7 @@
 #include <windows.h>
 #endif
 
+#include <cstdarg> // for va_start/_end
 #include <boost/foreach.hpp>
 
 #include <simgear/props/props_io.hxx>