From 13d5fd4c25d75e0ad1f039468b5701c88d9167c7 Mon Sep 17 00:00:00 2001 From: James Turner Date: Thu, 14 Nov 2013 23:32:02 +0000 Subject: [PATCH] More tweaks for Linux. (Needs explicit include of stdio, and stdarg in the header) --- src/Main/locale.cxx | 2 +- src/Main/locale.hxx | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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 -- 2.39.5