diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2007-08-01 00:56:13 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2007-08-01 00:56:13 +0800 |
commit | 39e65cba8e50b45d2dc9defdba94451b36bfb19b (patch) | |
tree | 0b343c117723418a56ee83ce3f92eb7b32331877 /calendar/common/authentication.c | |
parent | 012717872dccd61dd638d5ce68f8ab7c64b52d7b (diff) | |
download | gsoc2013-evolution-39e65cba8e50b45d2dc9defdba94451b36bfb19b.tar.gz gsoc2013-evolution-39e65cba8e50b45d2dc9defdba94451b36bfb19b.tar.zst gsoc2013-evolution-39e65cba8e50b45d2dc9defdba94451b36bfb19b.zip |
Include <libedataserver/e-source.h> to fix implicit declaration of
2007-07-31 Matthew Barnes <mbarnes@redhat.com>
* common/authentication.c: Include <libedataserver/e-source.h>
to fix implicit declaration of e_source_get_duped_property().
svn path=/trunk/; revision=33915
Diffstat (limited to 'calendar/common/authentication.c')
-rw-r--r-- | calendar/common/authentication.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/calendar/common/authentication.c b/calendar/common/authentication.c index 5073e2e5b1..42e5021966 100644 --- a/calendar/common/authentication.c +++ b/calendar/common/authentication.c @@ -27,6 +27,7 @@ #include <string.h> #include <bonobo/bonobo-i18n.h> +#include <libedataserver/e-source.h> #include <libedataserverui/e-passwords.h> #include "authentication.h" |