aboutsummaryrefslogtreecommitdiffstats
path: root/camel
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@src.gnome.org>2002-07-18 06:40:24 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2002-07-18 06:40:24 +0800
commit2f28d9d9d3690f886120f5a4ee43330b47883bc1 (patch)
treed5abc6c1a5274b2677afd68d5254819c27fa902f /camel
parent0eadce4e004c294f449051c19f494cfb2077d34f (diff)
downloadgsoc2013-evolution-2f28d9d9d3690f886120f5a4ee43330b47883bc1.tar
gsoc2013-evolution-2f28d9d9d3690f886120f5a4ee43330b47883bc1.tar.gz
gsoc2013-evolution-2f28d9d9d3690f886120f5a4ee43330b47883bc1.tar.bz2
gsoc2013-evolution-2f28d9d9d3690f886120f5a4ee43330b47883bc1.tar.lz
gsoc2013-evolution-2f28d9d9d3690f886120f5a4ee43330b47883bc1.tar.xz
gsoc2013-evolution-2f28d9d9d3690f886120f5a4ee43330b47883bc1.tar.zst
gsoc2013-evolution-2f28d9d9d3690f886120f5a4ee43330b47883bc1.zip
#include <libgnome/gnome-i18n.h>
svn path=/trunk/; revision=17500
Diffstat (limited to 'camel')
-rw-r--r--camel/camel-lock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/camel-lock.c b/camel/camel-lock.c
index 7da8461ea4..3a90891615 100644
--- a/camel/camel-lock.c
+++ b/camel/camel-lock.c
@@ -52,7 +52,7 @@
#include "camel-lock.h"
-#include "gnome-i18n.h" /* for _() */
+#include <libgnome/gnome-i18n.h> /* for _() */
#define d(x) /*(printf("%s(%d): ", __FILE__, __LINE__),(x))*/