]> granicus.if.org Git - neomutt/commitdiff
Do not let libintl.h override setlocale
authorDapeng Gao <peter@dpgao.cc>
Thu, 9 Aug 2018 02:28:24 +0000 (10:28 +0800)
committerRichard Russon <rich@flatcap.org>
Tue, 4 Sep 2018 09:48:33 +0000 (10:48 +0100)
main.c

diff --git a/main.c b/main.c
index f654ffbccd251f7c7cac3a877853354b4fc70024..45cd5f05180c9ad41bafc315c3777ee856cfc65e 100644 (file)
--- a/main.c
+++ b/main.c
@@ -29,6 +29,7 @@
  */
 
 #define MAIN_C 1
+#define GNULIB_defined_setlocale
 
 #include "config.h"
 #include <errno.h>