diff options
Diffstat (limited to 'plugins/exchange-operations/exchange-delegates-user.c')
-rw-r--r-- | plugins/exchange-operations/exchange-delegates-user.c | 5 |
1 files changed, 5 insertions, 0 deletions
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> |