summaryrefslogtreecommitdiffstats
path: root/libidu/xnls.h
diff options
context:
space:
mode:
Diffstat (limited to 'libidu/xnls.h')
-rw-r--r--libidu/xnls.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/libidu/xnls.h b/libidu/xnls.h
index 05b3e91..09227bc 100644
--- a/libidu/xnls.h
+++ b/libidu/xnls.h
@@ -25,9 +25,7 @@
#if ENABLE_NLS
# define _(Text) gettext (Text)
-# ifdef HAVE_LOCALE_H
-# include <locale.h>
-# endif
+# include <locale.h>
#else
# define _(Text) Text
#endif