aboutsummaryrefslogtreecommitdiffstats
path: root/i18n.h
diff options
context:
space:
mode:
Diffstat (limited to 'i18n.h')
-rw-r--r--i18n.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/i18n.h b/i18n.h
index d364292c..f3adc7a3 100644
--- a/i18n.h
+++ b/i18n.h
@@ -6,6 +6,7 @@
#ifdef ENABLE_NLS
#undef __OPTIMIZE__
#include <libintl.h>
+#include <langinfo.h>
#define GT_(String) gettext((String))
#define NGT_(String) (String)
#else