aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--e-util/e-plugin-util.h2
-rw-r--r--plugins/groupwise-features/addressbook-groupwise.c1
2 files changed, 2 insertions, 1 deletions
diff --git a/e-util/e-plugin-util.h b/e-util/e-plugin-util.h
index 6bee4d0413..bedd2c2b32 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 b55672e836..8dda4dca40 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>