From: James Turner Date: Thu, 14 Nov 2013 23:32:02 +0000 (+0000) Subject: More tweaks for Linux. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=13d5fd4c25d75e0ad1f039468b5701c88d9167c7;p=flightgear.git More tweaks for Linux. (Needs explicit include of stdio, and stdarg in the header) --- diff --git a/src/Main/locale.cxx b/src/Main/locale.cxx index 2544d0ba7..a2fa6e42d 100644 --- a/src/Main/locale.cxx +++ b/src/Main/locale.cxx @@ -26,7 +26,7 @@ #include #endif -#include // for va_start/_end +#include #include #include diff --git a/src/Main/locale.hxx b/src/Main/locale.hxx index a79a296b6..7119e9ee6 100644 --- a/src/Main/locale.hxx +++ b/src/Main/locale.hxx @@ -22,6 +22,7 @@ #define __FGLOCALE_HXX #include +#include // for va_start/_end #include