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/gamma-randr.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/gamma-randr.c') diff --git a/src/gamma-randr.c b/src/gamma-randr.c index 70e8228..388f322 100644 --- a/src/gamma-randr.c +++ b/src/gamma-randr.c @@ -17,6 +17,10 @@ Copyright (c) 2010-2017 Jon Lund Steffensen */ +#ifdef HAVE_CONFIG_H +# include "config.h" +#endif + #include #include #include -- cgit v1.2.3-70-g09d2