]> git.mxchange.org Git - flightgear.git/commitdiff
More tweaks for Linux.
authorJames Turner <zakalawe@mac.com>
Thu, 14 Nov 2013 23:32:02 +0000 (23:32 +0000)
committerJames Turner <zakalawe@mac.com>
Thu, 14 Nov 2013 23:32:02 +0000 (23:32 +0000)
(Needs explicit include of stdio, and stdarg in the header)

src/Main/locale.cxx
src/Main/locale.hxx

index 2544d0ba76077db2322610e69292f273fabb549d..a2fa6e42d670a8d6d65cb4d2572b66b3f50f3e9e 100644 (file)
@@ -26,7 +26,7 @@
 #include <windows.h>
 #endif
 
-#include <cstdarg> // for va_start/_end
+#include <cstdio>
 #include <boost/foreach.hpp>
 
 #include <simgear/props/props_io.hxx>
index a79a296b65828936a03d093402a73ccfd297f58c..7119e9ee6701599d6c8c169f3a77cd85b71614e2 100644 (file)
@@ -22,6 +22,7 @@
 #define __FGLOCALE_HXX
 
 #include <string>
+#include <cstdarg> // for va_start/_end
 
 #include <simgear/props/props.hxx>