aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSrinivasa Ragavan <sragavan@novell.com>2008-02-18 04:12:19 +0800
committerSrinivasa Ragavan <sragavan@src.gnome.org>2008-02-18 04:12:19 +0800
commiteae43ee6cb3d46ab14eb464b4b1d31f0f8644b33 (patch)
tree7477446bbb4aaad74e597802dd6c6d3c642f90d2
parent4fd506f57bbeb50e1cbb0c9feb0c578dd56396f0 (diff)
downloadgsoc2013-evolution-eae43ee6cb3d46ab14eb464b4b1d31f0f8644b33.tar
gsoc2013-evolution-eae43ee6cb3d46ab14eb464b4b1d31f0f8644b33.tar.gz
gsoc2013-evolution-eae43ee6cb3d46ab14eb464b4b1d31f0f8644b33.tar.bz2
gsoc2013-evolution-eae43ee6cb3d46ab14eb464b4b1d31f0f8644b33.tar.lz
gsoc2013-evolution-eae43ee6cb3d46ab14eb464b4b1d31f0f8644b33.tar.xz
gsoc2013-evolution-eae43ee6cb3d46ab14eb464b4b1d31f0f8644b33.tar.zst
gsoc2013-evolution-eae43ee6cb3d46ab14eb464b4b1d31f0f8644b33.zip
** Patch from OpenSUSE.
2008-02-18 Srinivasa Ragavan <sragavan@novell.com> ** Patch from OpenSUSE. * exchange-delegates-user.c: Warnings. svn path=/trunk/; revision=35032
-rw-r--r--plugins/exchange-operations/ChangeLog6
-rw-r--r--plugins/exchange-operations/exchange-delegates-user.c5
2 files changed, 11 insertions, 0 deletions
diff --git a/plugins/exchange-operations/ChangeLog b/plugins/exchange-operations/ChangeLog
index 0fcb71c10e..62325054d9 100644
--- a/plugins/exchange-operations/ChangeLog
+++ b/plugins/exchange-operations/ChangeLog
@@ -1,5 +1,11 @@
2008-02-18 Srinivasa Ragavan <sragavan@novell.com>
+ ** Patch from OpenSUSE.
+
+ * exchange-delegates-user.c: Warnings.
+
+2008-02-18 Srinivasa Ragavan <sragavan@novell.com>
+
* exchange-folder-subscription.c: (subscribe_to_folder),
(create_folder_subscription_dialog): Pushing a downstream patch from
OpenSUSE.
diff --git a/plugins/exchange-operations/exchange-delegates-user.c b/plugins/exchange-operations/exchange-delegates-user.c
index d7da5d22b5..3b4ce955e0 100644
--- a/plugins/exchange-operations/exchange-delegates-user.c
+++ b/plugins/exchange-operations/exchange-delegates-user.c
@@ -30,8 +30,11 @@
#include <mail/mail-component.h>
#include <mail/mail-send-recv.h>
#include <camel/camel-multipart.h>
+#include <camel/camel-mime-utils.h>
#include <camel/camel-stream-mem.h>
#include <exchange-account.h>
+#include "exchange-delegates.h"
+#include <exchange/exchange-account.h>
#include <e2k-global-catalog.h>
#include <e2k-marshal.h>
#include <e2k-sid.h>
@@ -51,6 +54,8 @@
#undef GTK_DISABLE_DEPRECATED
#include <gtk/gtkoptionmenu.h>
+#include <glib.h>
+
#include <string.h>