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 /mail/em-popup.c | |
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 'mail/em-popup.c')
-rw-r--r-- | mail/em-popup.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/em-popup.c b/mail/em-popup.c index 531e7421c7..b2238e5e9a 100644 --- a/mail/em-popup.c +++ b/mail/em-popup.c @@ -27,6 +27,7 @@ #include <string.h> #include <stdlib.h> +#include <gio.gio.h> #include <gtk/gtk.h> #include <glib/gi18n.h> |