From 72d9cf47293c7ea4dd22dc6a0efa23393ad7ec28 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Tue, 5 Dec 2006 12:22:28 +0000 Subject: Fixes bug #382431 2006-12-04 Matthew Barnes Fixes bug #382431 * em-format.c: Fix implicit declaration of function 'mail_config_get_message_limit'. svn path=/trunk/; revision=33061 --- mail/ChangeLog | 7 +++++++ mail/em-format.c | 1 + 2 files changed, 8 insertions(+) (limited to 'mail') diff --git a/mail/ChangeLog b/mail/ChangeLog index ac4cf2a430..e284817cf2 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,10 @@ +2006-12-04 Matthew Barnes + + Fixes bug #382431 + + * em-format.c: Fix implicit declaration of function + 'mail_config_get_message_limit'. + 2006-12-04 Matthew Barnes Fixes bug #357970 diff --git a/mail/em-format.c b/mail/em-format.c index e1f1893a0a..5aac03b63a 100644 --- a/mail/em-format.c +++ b/mail/em-format.c @@ -54,6 +54,7 @@ #include "em-format.h" #include "em-utils.h" +#include "mail-config.h" #define d(x) -- cgit v1.2.3