From: Sergio Villar Senin Date: Tue, 2 Sep 2008 09:58:04 +0000 (+0000) Subject: * Applied patch from Ross Burton X-Git-Tag: git_migration_finished~1207 X-Git-Url: http://git.maemo.org/git/?p=modest;a=commitdiff_plain;h=aec82dc1d28191037d46634758d11103861ffeb4 * Applied patch from Ross Burton pmo-trunk-r5425 --- 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);