diff options
author | Milan Crha <mcrha@redhat.com> | 2008-03-13 22:57:05 +0800 |
---|---|---|
committer | Milan Crha <mcrha@src.gnome.org> | 2008-03-13 22:57:05 +0800 |
commit | 88b9903bd893e84e8decb3b0c0d4ba7a2ad1c655 (patch) | |
tree | 960122cfe9cf916ae73208e8dc2e1daba7eec9bb /mail | |
parent | 0a3955c5de625a95eec9d1320d8cc8a24dade021 (diff) | |
download | gsoc2013-evolution-88b9903bd893e84e8decb3b0c0d4ba7a2ad1c655.tar.gz gsoc2013-evolution-88b9903bd893e84e8decb3b0c0d4ba7a2ad1c655.tar.zst gsoc2013-evolution-88b9903bd893e84e8decb3b0c0d4ba7a2ad1c655.zip |
Fix an implicit function declaration.
2008-03-13 Milan Crha <mcrha@redhat.com>
* em-folder-tree.c:
* em-format-html.c: Fix an implicit function declaration.
svn path=/trunk/; revision=35186
Diffstat (limited to 'mail')
-rw-r--r-- | mail/ChangeLog | 5 | ||||
-rw-r--r-- | mail/em-folder-tree.c | 1 | ||||
-rw-r--r-- | mail/em-format-html.c | 1 |
3 files changed, 7 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index cbc245e9b9..85cd57d9e5 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,10 @@ 2008-03-13 Milan Crha <mcrha@redhat.com> + * em-folder-tree.c: + * em-format-html.c: Fix an implicit function declaration. + +2008-03-13 Milan Crha <mcrha@redhat.com> + ** Part of fix for bug #515786 * em-migrate.c: (em_migrate), (em_update_sa_junk_setting_2_23): diff --git a/mail/em-folder-tree.c b/mail/em-folder-tree.c index e0db603fb3..c350ac2049 100644 --- a/mail/em-folder-tree.c +++ b/mail/em-folder-tree.c @@ -54,6 +54,7 @@ #include "e-util/e-request.h" #include "e-util/e-icon-factory.h" #include "e-util/e-error.h" +#include "e-util/e-util.h" #include "em-vfolder-rule.h" 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 <libedataserver/e-time-utils.h> #include "e-util/e-icon-factory.h" #include "e-util/e-util-private.h" +#include "e-util/e-util.h" #include <gtkhtml/gtkhtml.h> #include <gtkhtml/gtkhtml-embedded.h> |