From 722441e05414f6436e7a5b617456e04f3cdbae0f Mon Sep 17 00:00:00 2001 From: Frederic Culot Date: Mon, 8 Dec 2008 19:40:22 +0000 Subject: Switched to calcurse-2.4_beta. Fixed compiler flags overwriting and added locale.h include (thanks Cedric for your patch) --- src/i18n.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') 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 #include #undef _ #define _(String) gettext(String) -- cgit v1.2.3-54-g00ecf