From: Brendan Cully Date: Tue, 3 Apr 2007 15:44:24 +0000 (-0700) Subject: Add missing hcache.h include X-Git-Tag: mutt-1-5-15-rel~28 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cb2a15b5118fb65332add7f77cee2ad496f6e29c;p=mutt Add missing hcache.h include --- diff --git a/ChangeLog b/ChangeLog index d7a6b978..36105562 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,9 @@ -2007-04-02 19:19 -0700 Brendan Cully (b0014913dd74) +2007-04-02 20:44 -0700 Brendan Cully (59fcc37f8c75) + + * sendlib.c: Check message for boundary collisions (closes #902) + + * enter.c: Do not clobber string field on keypress when returning + from file browser (closes #755) * browser.c, browser.h, imap/browse.c, imap/imap.h: Add hook for proper IMAP unseen count in mailbox browser diff --git a/imap/util.c b/imap/util.c index 1af5a890..7fd0757a 100644 --- a/imap/util.c +++ b/imap/util.c @@ -27,6 +27,9 @@ #include "url.h" #include "imap_private.h" #include "mutt_ssl.h" +#ifdef USE_HCACHE +#include "hcache.h" +#endif #include #include