From: James Turner Date: Thu, 14 Nov 2013 23:13:07 +0000 (+0000) Subject: Linux needs stdarg.h for va_args X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=ef55d175dd71130ee1cd91a40ba091683ab8e83a;p=flightgear.git Linux needs stdarg.h for va_args --- diff --git a/src/Main/locale.cxx b/src/Main/locale.cxx index 41fafe995..2544d0ba7 100644 --- a/src/Main/locale.cxx +++ b/src/Main/locale.cxx @@ -26,6 +26,7 @@ #include #endif +#include // for va_start/_end #include #include