[evolution] Fix build break after recent eds changes



commit 3df6594023782ff0c45a0debaf3e237a2e9c50b9
Author: Milan Crha <mcrha redhat com>
Date:   Mon Mar 14 08:02:05 2011 +0100

    Fix build break after recent eds changes

 e-util/e-plugin-util.h                             |    2 +-
 plugins/groupwise-features/addressbook-groupwise.c |    1 +
 2 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/e-util/e-plugin-util.h b/e-util/e-plugin-util.h
index 6bee4d0..bedd2c2 100644
--- a/e-util/e-plugin-util.h
+++ b/e-util/e-plugin-util.h
@@ -28,7 +28,7 @@
 #include <libsoup/soup.h>
 
 #include <libedataserver/e-source.h>
-#include <libedataserver/e-source.h>
+#include <libedataserver/e-source-group.h>
 
 gboolean e_plugin_util_is_source_proto (ESource *source, const gchar *protocol);
 gboolean e_plugin_util_is_group_proto (ESourceGroup *group, const gchar *protocol);
diff --git a/plugins/groupwise-features/addressbook-groupwise.c b/plugins/groupwise-features/addressbook-groupwise.c
index b55672e..8dda4dc 100644
--- a/plugins/groupwise-features/addressbook-groupwise.c
+++ b/plugins/groupwise-features/addressbook-groupwise.c
@@ -23,6 +23,7 @@
 #include <e-util/e-config.h>
 #include <addressbook/gui/widgets/eab-config.h>
 #include <libedataserver/e-source.h>
+#include <libedataserver/e-source-group.h>
 #include <glib/gi18n.h>
 #include <string.h>
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]