about summary refs log tree commit diff
path: root/Src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'Src/main.c')
-rw-r--r--Src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/main.c b/Src/main.c
index 762e06b90..51e929bc7 100644
--- a/Src/main.c
+++ b/Src/main.c
@@ -35,7 +35,7 @@ int
 main(int argc, char **argv)
 {
     char **t;
-#ifdef LC_ALL
+#ifdef USE_LOCALE
     setlocale(LC_ALL, "");
 #endif