diff options
Diffstat (limited to 'i18n.h')
-rw-r--r-- | i18n.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |