aboutsummaryrefslogtreecommitdiffstats
path: root/src/i18n.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/i18n.h')
-rwxr-xr-xsrc/i18n.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/i18n.h b/src/i18n.h
index 082a7c7..846af74 100755
--- a/src/i18n.h
+++ b/src/i18n.h
@@ -1,4 +1,4 @@
-/* $calcurse: i18n.h,v 1.2 2008/04/12 21:14:03 culot Exp $ */
+/* $calcurse: i18n.h,v 1.3 2008/12/08 19:40:23 culot Exp $ */
/*
* Calcurse - text-based organizer
@@ -32,6 +32,7 @@
#endif /* HAVE_CONFIG_H */
#if ENABLE_NLS
+#include <locale.h>
#include <libintl.h>
#undef _
#define _(String) gettext(String)