aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-display.c
diff options
context:
space:
mode:
authorLarry Ewing <lewing@ximian.com>2002-04-29 14:37:25 +0800
committerLarry Ewing <lewing@src.gnome.org>2002-04-29 14:37:25 +0800
commit3b7f38cfce0dd9997623be790e37ed2b5f9c37e3 (patch)
tree05c16124a74fb444a2fbb7c61a6d782ad3fef6e4 /mail/mail-display.c
parente3f5ce34ccc5f262424ffaa8d785735e975bd8f9 (diff)
downloadgsoc2013-evolution-3b7f38cfce0dd9997623be790e37ed2b5f9c37e3.tar
gsoc2013-evolution-3b7f38cfce0dd9997623be790e37ed2b5f9c37e3.tar.gz
gsoc2013-evolution-3b7f38cfce0dd9997623be790e37ed2b5f9c37e3.tar.bz2
gsoc2013-evolution-3b7f38cfce0dd9997623be790e37ed2b5f9c37e3.tar.lz
gsoc2013-evolution-3b7f38cfce0dd9997623be790e37ed2b5f9c37e3.tar.xz
gsoc2013-evolution-3b7f38cfce0dd9997623be790e37ed2b5f9c37e3.tar.zst
gsoc2013-evolution-3b7f38cfce0dd9997623be790e37ed2b5f9c37e3.zip
add const to silence warning.
2002-04-29 Larry Ewing <lewing@ximian.com> * importers/evolution-mbox-importer.c (process_item_fn): add const to silence warning. * mail-display.c: add gtkhtml.h include so to pick up the object_relative prototype. svn path=/trunk/; revision=16625
Diffstat (limited to 'mail/mail-display.c')
-rw-r--r--mail/mail-display.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/mail-display.c b/mail/mail-display.c
index 5c506ffbbe..a26ba35563 100644
--- a/mail/mail-display.c
+++ b/mail/mail-display.c
@@ -33,6 +33,7 @@
#include <gal/widgets/e-popup-menu.h>
#include <gal/widgets/e-unicode.h>
#include <gtk/gtkinvisible.h>
+#include <gtkhtml/gtkhtml.h>
#include <gtkhtml/gtkhtml-embedded.h>
#include <gtkhtml/htmlengine.h> /* XXX */
#include <gtkhtml/htmlobject.h> /* XXX */