diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2006-09-19 01:24:46 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2006-09-19 01:24:46 +0800 |
commit | f69f47ed22603b9626fcd7931ce52649ccec68c5 (patch) | |
tree | 1ab785851171b761210b494f3d847d4f38805645 /mail/em-format-html-display.c | |
parent | b67fa40029cb940798f08e6d2cba8d74a0d62f08 (diff) | |
download | gsoc2013-evolution-f69f47ed22603b9626fcd7931ce52649ccec68c5.tar gsoc2013-evolution-f69f47ed22603b9626fcd7931ce52649ccec68c5.tar.gz gsoc2013-evolution-f69f47ed22603b9626fcd7931ce52649ccec68c5.tar.bz2 gsoc2013-evolution-f69f47ed22603b9626fcd7931ce52649ccec68c5.tar.lz gsoc2013-evolution-f69f47ed22603b9626fcd7931ce52649ccec68c5.tar.xz gsoc2013-evolution-f69f47ed22603b9626fcd7931ce52649ccec68c5.tar.zst gsoc2013-evolution-f69f47ed22603b9626fcd7931ce52649ccec68c5.zip |
Fixes #351332
2006-09-18 Matthew Barnes <mbarnes@redhat.com>
Fixes #351332
* em-folder-view.c:
* em-format-html-display.c:
Fix implicit function declarations.
svn path=/trunk/; revision=32791
Diffstat (limited to 'mail/em-format-html-display.c')
-rw-r--r-- | mail/em-format-html-display.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/em-format-html-display.c b/mail/em-format-html-display.c index 7342cc076b..63069d3c87 100644 --- a/mail/em-format-html-display.c +++ b/mail/em-format-html-display.c @@ -62,6 +62,7 @@ #include <gtk/gtktoolbutton.h> #include <gtk/gtkframe.h> #include <gtk/gtkcheckbutton.h> +#include <gtk/gtksignal.h> #include <glade/glade.h> |