aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-format.c
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-08-12 09:25:32 +0800
committerChris Lahey <clahey@src.gnome.org>2000-08-12 09:25:32 +0800
commitc28cd1ebd751de621c37d9ca3a5e4db8638111a9 (patch)
tree07864cb802edc6b2e6427b02b4d8f609b3ea8d0c /mail/mail-format.c
parent5903013def71c0e877282944272f1d0b8dfc36ef (diff)
downloadgsoc2013-evolution-c28cd1ebd751de621c37d9ca3a5e4db8638111a9.tar
gsoc2013-evolution-c28cd1ebd751de621c37d9ca3a5e4db8638111a9.tar.gz
gsoc2013-evolution-c28cd1ebd751de621c37d9ca3a5e4db8638111a9.tar.bz2
gsoc2013-evolution-c28cd1ebd751de621c37d9ca3a5e4db8638111a9.tar.lz
gsoc2013-evolution-c28cd1ebd751de621c37d9ca3a5e4db8638111a9.tar.xz
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.c1
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"