forked from AuroraMiddleware/gtk
Add missing include for setlocale
This commit is contained in:
parent
e3b8c4efeb
commit
bd07845c31
@ -30,6 +30,7 @@
|
||||
#endif
|
||||
#include <errno.h>
|
||||
#include <stdlib.h>
|
||||
#include <locale.h>
|
||||
|
||||
static gchar *output_dir = NULL;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user