aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2009-05-05 01:34:15 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-05-05 01:34:15 +0800
commit081823fd82f142d44f008f9fbff2547be2794569 (patch)
tree5f9bf49ccdfa7b755f769c979e1cf390b8267a21
parentb73ed1d9ffd6975d94638364b6a7fcd7f29a6c23 (diff)
downloadgsoc2013-evolution-081823fd82f142d44f008f9fbff2547be2794569.tar
gsoc2013-evolution-081823fd82f142d44f008f9fbff2547be2794569.tar.gz
gsoc2013-evolution-081823fd82f142d44f008f9fbff2547be2794569.tar.bz2
gsoc2013-evolution-081823fd82f142d44f008f9fbff2547be2794569.tar.lz
gsoc2013-evolution-081823fd82f142d44f008f9fbff2547be2794569.tar.xz
gsoc2013-evolution-081823fd82f142d44f008f9fbff2547be2794569.tar.zst
gsoc2013-evolution-081823fd82f142d44f008f9fbff2547be2794569.zip
Fix a -Werror-implicit-function-declaration regression
-rw-r--r--plugins/exchange-operations/exchange-contacts.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/exchange-operations/exchange-contacts.c b/plugins/exchange-operations/exchange-contacts.c
index 5fe233dec0..3c9ade0f30 100644
--- a/plugins/exchange-operations/exchange-contacts.c
+++ b/plugins/exchange-operations/exchange-contacts.c
@@ -25,6 +25,7 @@
#include <e-util/e-config.h>
#include <calendar/gui/e-cal-config.h>
#include <libedataserver/e-source.h>
+#include <libedataserver/e-source-list.h>
#include <libedataserver/e-url.h>
#include <e-folder.h>
#include <exchange-account.h>