diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-08-12 09:25:32 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-08-12 09:25:32 +0800 |
commit | c28cd1ebd751de621c37d9ca3a5e4db8638111a9 (patch) | |
tree | 07864cb802edc6b2e6427b02b4d8f609b3ea8d0c /mail/mail-format.c | |
parent | 5903013def71c0e877282944272f1d0b8dfc36ef (diff) | |
download | gsoc2013-evolution-c28cd1ebd751de621c37d9ca3a5e4db8638111a9.tar.gz gsoc2013-evolution-c28cd1ebd751de621c37d9ca3a5e4db8638111a9.tar.zst gsoc2013-evolution-c28cd1ebd751de621c37d9ca3a5e4db8638111a9.zip |
Fixed a warning.
2000-08-11 Christopher James Lahey <clahey@helixcode.com>
* mail-format.c, mail-tools.h, message-list.c: Fixed a warning.
svn path=/trunk/; revision=4760
Diffstat (limited to 'mail/mail-format.c')
-rw-r--r-- | mail/mail-format.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/mail-format.c b/mail/mail-format.c index 48e7133540..4086c5cb0f 100644 --- a/mail/mail-format.c +++ b/mail/mail-format.c @@ -24,6 +24,7 @@ */ #include <config.h> +#include "mail-tools.h" #include "mail-display.h" #include "mail.h" #include "e-util/e-html-utils.h" |