From 74a5295da0261215d9bb0868db7b4a5f3515af89 Mon Sep 17 00:00:00 2001 From: Masanori Kakura Date: Wed, 29 Aug 2018 21:58:05 +0900 Subject: Fix "Some translated strings are still in English" issue ENABLE_NLS is always undefined in some files and some translatable messages in these files are always displayed in English. This commit fixes the issue. --- src/config-ini.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/config-ini.c') diff --git a/src/config-ini.c b/src/config-ini.c index 05fca5d..c596f92 100644 --- a/src/config-ini.c +++ b/src/config-ini.c @@ -17,6 +17,9 @@ Copyright (c) 2010 Jon Lund Steffensen */ +#ifdef HAVE_CONFIG_H +# include "config.h" +#endif #include #include -- cgit v1.2.3-70-g09d2