aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-ops.c
diff options
context:
space:
mode:
authorShreyas Srinivasan <sshreyas@novell.com>2005-07-29 14:55:36 +0800
committerShreyas Srinivasan <shres@src.gnome.org>2005-07-29 14:55:36 +0800
commite0d9ac81e99d88f3372a8ceb6f6eb6cfedff9bea (patch)
tree7f1b27b2b3b3ca919c14319047da9706b7989c1c /mail/mail-ops.c
parent0725cd0609c827984a9776bd9781f65d19adf001 (diff)
downloadgsoc2013-evolution-e0d9ac81e99d88f3372a8ceb6f6eb6cfedff9bea.tar
gsoc2013-evolution-e0d9ac81e99d88f3372a8ceb6f6eb6cfedff9bea.tar.gz
gsoc2013-evolution-e0d9ac81e99d88f3372a8ceb6f6eb6cfedff9bea.tar.bz2
gsoc2013-evolution-e0d9ac81e99d88f3372a8ceb6f6eb6cfedff9bea.tar.lz
gsoc2013-evolution-e0d9ac81e99d88f3372a8ceb6f6eb6cfedff9bea.tar.xz
gsoc2013-evolution-e0d9ac81e99d88f3372a8ceb6f6eb6cfedff9bea.tar.zst
gsoc2013-evolution-e0d9ac81e99d88f3372a8ceb6f6eb6cfedff9bea.zip
Fix #311223. Include <camel/camel-multipart.h> so that lazy binding does
2005-07-29 Shreyas Srinivasan <sshreyas@novell.com> * mail-ops.c: Fix #311223. Include <camel/camel-multipart.h> so that lazy binding does not fail on CAMEL_IS_MULTIPART. svn path=/trunk/; revision=29934
Diffstat (limited to 'mail/mail-ops.c')
-rw-r--r--mail/mail-ops.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/mail-ops.c b/mail/mail-ops.c
index 846c251c41..e888ab1ed1 100644
--- a/mail/mail-ops.c
+++ b/mail/mail-ops.c
@@ -50,6 +50,7 @@
#include <camel/camel-vtrash-folder.h>
#include <camel/camel-vee-store.h>
#include <camel/camel-transport.h>
+#include <camel/camel-multipart.h>
#include "mail-component.h"
#include "mail-config.h"