From bd07845c3127bac662ed019677be8f6fbe50a663 Mon Sep 17 00:00:00 2001 From: Paolo Borelli Date: Sun, 3 Aug 2014 11:53:56 +0200 Subject: [PATCH] Add missing include for setlocale --- gtk/encodesymbolic.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gtk/encodesymbolic.c b/gtk/encodesymbolic.c index 6f4ba57a41..c8e6700501 100644 --- a/gtk/encodesymbolic.c +++ b/gtk/encodesymbolic.c @@ -30,6 +30,7 @@ #endif #include #include +#include static gchar *output_dir = NULL;