From 0eadce4e004c294f449051c19f494cfb2077d34f Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Wed, 17 Jul 2002 22:27:23 +0000 Subject: Add the appropriate #include for the _() macro. 2002-07-17 Jeffrey Stedfast * camel-lock.c: Add the appropriate #include for the _() macro. svn path=/trunk/; revision=17499 --- camel/ChangeLog | 4 ++++ camel/camel-lock.c | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'camel') diff --git a/camel/ChangeLog b/camel/ChangeLog index c5783637c4..f641d8236c 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,7 @@ +2002-07-17 Jeffrey Stedfast + + * camel-lock.c: Add the appropriate #include for the _() macro. + 2002-07-17 Not Zed * providers/pop3/camel-pop3-store.c (pop3_try_authenticate): Got diff --git a/camel/camel-lock.c b/camel/camel-lock.c index 8faae9f2aa..7da8461ea4 100644 --- a/camel/camel-lock.c +++ b/camel/camel-lock.c @@ -52,8 +52,8 @@ #include "camel-lock.h" -/* dunno where this fucking thing is got from */ -#define _(x) (x) +#include "gnome-i18n.h" /* for _() */ + #define d(x) /*(printf("%s(%d): ", __FILE__, __LINE__),(x))*/ -- cgit