diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2000-04-15 06:42:54 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2000-04-15 06:42:54 +0800 |
commit | abfe42213932a77f350228651ea462302bc97987 (patch) | |
tree | 3c349be962fcf16922ac760e58032e6f8ef79cb8 /addressbook/backend/ebook/e-card-cursor.h | |
parent | 72ae61158dd7039c8f076e29d59d67101e1a4f6f (diff) | |
download | gsoc2013-evolution-abfe42213932a77f350228651ea462302bc97987.tar.gz gsoc2013-evolution-abfe42213932a77f350228651ea462302bc97987.tar.zst gsoc2013-evolution-abfe42213932a77f350228651ea462302bc97987.zip |
Fix compilation with builddir != srcdir (again).
svn path=/trunk/; revision=2441
Diffstat (limited to 'addressbook/backend/ebook/e-card-cursor.h')
-rw-r--r-- | addressbook/backend/ebook/e-card-cursor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addressbook/backend/ebook/e-card-cursor.h b/addressbook/backend/ebook/e-card-cursor.h index 664abfa268..7cb3a1d28c 100644 --- a/addressbook/backend/ebook/e-card-cursor.h +++ b/addressbook/backend/ebook/e-card-cursor.h @@ -12,7 +12,7 @@ #include <libgnome/gnome-defs.h> #include <gtk/gtk.h> -#include "addressbook.h" +#include "addressbook/backend/ebook/addressbook.h" #include "e-card.h" BEGIN_GNOME_DECLS |