diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2006-12-05 20:22:28 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2006-12-05 20:22:28 +0800 |
commit | 72d9cf47293c7ea4dd22dc6a0efa23393ad7ec28 (patch) | |
tree | 0c0d02b9888218d65a8189eda4bb4244b8b3be09 /mail/em-format.c | |
parent | fafd718929235cab9dee3abddb75e83f3d4047f9 (diff) | |
download | gsoc2013-evolution-72d9cf47293c7ea4dd22dc6a0efa23393ad7ec28.tar.gz gsoc2013-evolution-72d9cf47293c7ea4dd22dc6a0efa23393ad7ec28.tar.zst gsoc2013-evolution-72d9cf47293c7ea4dd22dc6a0efa23393ad7ec28.zip |
Fixes bug #382431
2006-12-04 Matthew Barnes <mbarnes@redhat.com>
Fixes bug #382431
* em-format.c: Fix implicit declaration of function
'mail_config_get_message_limit'.
svn path=/trunk/; revision=33061
Diffstat (limited to 'mail/em-format.c')
-rw-r--r-- | mail/em-format.c | 1 |
1 files changed, 1 insertions, 0 deletions
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) |