From aec82dc1d28191037d46634758d11103861ffeb4 Mon Sep 17 00:00:00 2001 From: Sergio Villar Senin Date: Tue, 2 Sep 2008 09:58:04 +0000 Subject: [PATCH] * Applied patch from Ross Burton pmo-trunk-r5425 --- configure.ac | 2 +- src/widgets/modest-gtkhtml-mime-part-view.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 1618952..d6d7f28 100644 --- a/configure.ac +++ b/configure.ac @@ -54,7 +54,7 @@ AC_PROG_LIBTOOL # Option to enable debugging AC_ARG_ENABLE(debug, - [AC_HELP_STRING([ --enable-debug],[Debugging (default=no)])], + [AC_HELP_STRING([--enable-debug],[Debugging (default=no)])], [with_debug=yes], [with_debug=no]) if test "x$with_debug" == "xyes" ; then diff --git a/src/widgets/modest-gtkhtml-mime-part-view.c b/src/widgets/modest-gtkhtml-mime-part-view.c index 62e4e06..5d6cb6f 100644 --- a/src/widgets/modest-gtkhtml-mime-part-view.c +++ b/src/widgets/modest-gtkhtml-mime-part-view.c @@ -43,6 +43,7 @@ #include #include #include +#include /* gobject structure methods */ static void modest_gtkhtml_mime_part_view_class_init (ModestGtkhtmlMimePartViewClass *klass); -- 1.7.9.5