diff options
author | Milan Crha <mcrha@redhat.com> | 2011-03-14 15:02:05 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@gnome-db.org> | 2011-06-30 00:41:45 +0800 |
commit | 25f7db861ca5b4fa5d46c35adfc4b2a84b80df40 (patch) | |
tree | 0f7d2120de86f404bd178fea74ead247b27bd9a5 | |
parent | 13ff70654f8dc4e37806f083d067ff27428d8c6b (diff) | |
download | gsoc2013-evolution-25f7db861ca5b4fa5d46c35adfc4b2a84b80df40.tar.gz gsoc2013-evolution-25f7db861ca5b4fa5d46c35adfc4b2a84b80df40.tar.zst gsoc2013-evolution-25f7db861ca5b4fa5d46c35adfc4b2a84b80df40.zip |
Fix build break after recent eds changes
-rw-r--r-- | e-util/e-plugin-util.h | 2 | ||||
-rw-r--r-- | 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 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> |