Add missing include for setlocale

This commit is contained in:
Paolo Borelli 2014-08-03 11:53:56 +02:00
parent e3b8c4efeb
commit bd07845c31

View File

@ -30,6 +30,7 @@
#endif
#include <errno.h>
#include <stdlib.h>
#include <locale.h>
static gchar *output_dir = NULL;