diff options
Diffstat (limited to 'camel/camel-lock.c')
-rw-r--r-- | camel/camel-lock.c | 4 |
1 files changed, 2 insertions, 2 deletions
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))*/ |