aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-lock.c
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2002-07-18 06:27:23 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2002-07-18 06:27:23 +0800
commit0eadce4e004c294f449051c19f494cfb2077d34f (patch)
treed37dabedf4e0121e1016e296daf35b7a4b1cc1b3 /camel/camel-lock.c
parent8206e5ddeff2feec644ef2c1734b525ebbd3bbbb (diff)
downloadgsoc2013-evolution-0eadce4e004c294f449051c19f494cfb2077d34f.tar
gsoc2013-evolution-0eadce4e004c294f449051c19f494cfb2077d34f.tar.gz
gsoc2013-evolution-0eadce4e004c294f449051c19f494cfb2077d34f.tar.bz2
gsoc2013-evolution-0eadce4e004c294f449051c19f494cfb2077d34f.tar.lz
gsoc2013-evolution-0eadce4e004c294f449051c19f494cfb2077d34f.tar.xz
gsoc2013-evolution-0eadce4e004c294f449051c19f494cfb2077d34f.tar.zst
gsoc2013-evolution-0eadce4e004c294f449051c19f494cfb2077d34f.zip
Add the appropriate #include for the _() macro.
2002-07-17 Jeffrey Stedfast <fejj@ximian.com> * camel-lock.c: Add the appropriate #include for the _() macro. svn path=/trunk/; revision=17499
Diffstat (limited to 'camel/camel-lock.c')
-rw-r--r--camel/camel-lock.c4
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))*/