diff options
author | Chenthill Palanisamy <pchen@src.gnome.org> | 2006-03-04 18:16:29 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchen@src.gnome.org> | 2006-03-04 18:16:29 +0800 |
commit | d8727b99161c5c995f4abf672fd0916b7aeef3c4 (patch) | |
tree | 7ab80b076b3f24cf2c5d3080e02c9f66f3c22c05 /plugins/mail-to-task | |
parent | 15f1ed069f62259f545c86d253935afd9a968ba4 (diff) | |
download | gsoc2013-evolution-d8727b99161c5c995f4abf672fd0916b7aeef3c4.tar gsoc2013-evolution-d8727b99161c5c995f4abf672fd0916b7aeef3c4.tar.gz gsoc2013-evolution-d8727b99161c5c995f4abf672fd0916b7aeef3c4.tar.bz2 gsoc2013-evolution-d8727b99161c5c995f4abf672fd0916b7aeef3c4.tar.lz gsoc2013-evolution-d8727b99161c5c995f4abf672fd0916b7aeef3c4.tar.xz gsoc2013-evolution-d8727b99161c5c995f4abf672fd0916b7aeef3c4.tar.zst gsoc2013-evolution-d8727b99161c5c995f4abf672fd0916b7aeef3c4.zip |
included the header file, authentication.h
svn path=/trunk/; revision=31638
Diffstat (limited to 'plugins/mail-to-task')
-rw-r--r-- | plugins/mail-to-task/mail-to-task.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/mail-to-task/mail-to-task.c b/plugins/mail-to-task/mail-to-task.c index 7290b1a2f1..d8d64d5d51 100644 --- a/plugins/mail-to-task/mail-to-task.c +++ b/plugins/mail-to-task/mail-to-task.c @@ -25,6 +25,7 @@ #include <camel/camel-stream-mem.h> #include "mail/em-menu.h" #include "mail/em-popup.h" +#include <calendar/common/authentication.h> typedef struct { ECal *client; |