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 | |
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
-rw-r--r-- | calendar/ChangeLog | 5 | ||||
-rw-r--r-- | calendar/common/authentication.c | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 997b4f3910..e85059c2c6 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,8 @@ +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(). + 2007-07-30 Andre Klapper <a9016009@gmx.de> * gui/dialogs/schedule-page.glade: 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" |