From ef55d175dd71130ee1cd91a40ba091683ab8e83a Mon Sep 17 00:00:00 2001 From: James Turner Date: Thu, 14 Nov 2013 23:13:07 +0000 Subject: [PATCH] Linux needs stdarg.h for va_args --- src/Main/locale.cxx | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.5