]> granicus.if.org Git - recode/commitdiff
Add missing includes of locale.h
authorReuben Thomas <rrt@sc3d.org>
Sun, 28 Jan 2018 00:49:10 +0000 (00:49 +0000)
committerReuben Thomas <rrt@sc3d.org>
Sun, 28 Jan 2018 22:41:23 +0000 (22:41 +0000)
src/main.c
src/names.c

index aa426aa35d0d41dd79372db0ce5802e3f273353d..ba8d64e701b806fa6659a2cd13076d33b9498272 100644 (file)
@@ -27,6 +27,7 @@
 #include <libgen.h>
 #include <utime.h>
 #include <setjmp.h>
+#include <locale.h>
 
 #include "getopt.h"
 \f
index f2a1aaf2885146ffa00abdd302a0ea841bae3ceb..94a9b3db48ef62c8461cbbca4c1375e5565a9035 100644 (file)
@@ -19,6 +19,8 @@
 
 #include "common.h"
 
+#include <locale.h>
+
 #include "hash.h"
 
 /*-------------------------------------------------------------------------.