diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-05-05 01:34:15 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-05-05 01:34:15 +0800 |
commit | 081823fd82f142d44f008f9fbff2547be2794569 (patch) | |
tree | 5f9bf49ccdfa7b755f769c979e1cf390b8267a21 /plugins | |
parent | b73ed1d9ffd6975d94638364b6a7fcd7f29a6c23 (diff) | |
download | gsoc2013-evolution-081823fd82f142d44f008f9fbff2547be2794569.tar.gz gsoc2013-evolution-081823fd82f142d44f008f9fbff2547be2794569.tar.zst gsoc2013-evolution-081823fd82f142d44f008f9fbff2547be2794569.zip |
Fix a -Werror-implicit-function-declaration regression
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/exchange-operations/exchange-contacts.c | 1 |
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> |