diff options
Diffstat (limited to 'composer/e-msg-composer-attachment.h')
-rw-r--r-- | composer/e-msg-composer-attachment.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/composer/e-msg-composer-attachment.h b/composer/e-msg-composer-attachment.h index e0cd2eb867..47bc85ece0 100644 --- a/composer/e-msg-composer-attachment.h +++ b/composer/e-msg-composer-attachment.h @@ -26,6 +26,7 @@ #include <gnome.h> #include <glade/glade-xml.h> #include <camel/camel-mime-part.h> +#include <gdk-pixbuf/gdk-pixbuf.h> #ifdef __cplusplus extern "C" { @@ -50,6 +51,8 @@ struct _EMsgComposerAttachment { CamelMimePart *body; gboolean guessed_type; gulong size; + + GdkPixbuf *pixbuf_cache; }; struct _EMsgComposerAttachmentClass { |