From 88b9903bd893e84e8decb3b0c0d4ba7a2ad1c655 Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Thu, 13 Mar 2008 14:57:05 +0000 Subject: Fix an implicit function declaration. 2008-03-13 Milan Crha * em-folder-tree.c: * em-format-html.c: Fix an implicit function declaration. svn path=/trunk/; revision=35186 --- mail/em-format-html.c | 1 + 1 file changed, 1 insertion(+) (limited to 'mail/em-format-html.c') diff --git a/mail/em-format-html.c b/mail/em-format-html.c index fd54e08696..4ce5dc0163 100644 --- a/mail/em-format-html.c +++ b/mail/em-format-html.c @@ -46,6 +46,7 @@ #include #include "e-util/e-icon-factory.h" #include "e-util/e-util-private.h" +#include "e-util/e-util.h" #include #include -- cgit