diff options
author | Matthew Barnes <mbarnes@src.gnome.org> | 2008-06-07 03:23:47 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2008-06-07 03:23:47 +0800 |
commit | 24debf9d7e1704c9eb7023c89e485871493e0038 (patch) | |
tree | bb65891b12ec2024b18c333b1f05c39e3cbf07be /widgets/misc/e-attachment.h | |
parent | 4503c052d04822edb3105e639b824ed88013a810 (diff) | |
download | gsoc2013-evolution-24debf9d7e1704c9eb7023c89e485871493e0038.tar.gz gsoc2013-evolution-24debf9d7e1704c9eb7023c89e485871493e0038.tar.zst gsoc2013-evolution-24debf9d7e1704c9eb7023c89e485871493e0038.zip |
Fix build breakage. Apparently <gtk/gtk.h> only recently started
pulling in <gio/gio.h>. We still need to include gio.h explicitly
for a little while longer.
svn path=/trunk/; revision=35607
Diffstat (limited to 'widgets/misc/e-attachment.h')
-rw-r--r-- | widgets/misc/e-attachment.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/widgets/misc/e-attachment.h b/widgets/misc/e-attachment.h index 743f445694..85eebc6056 100644 --- a/widgets/misc/e-attachment.h +++ b/widgets/misc/e-attachment.h @@ -25,6 +25,7 @@ #ifndef __E_ATTACHMENT_H__ #define __E_ATTACHMENT_H__ +#include <gio/gio.h> #include <gtk/gtk.h> #include <glade/glade-xml.h> #include <camel/camel-mime-part.h> |