From cb2a15b5118fb65332add7f77cee2ad496f6e29c Mon Sep 17 00:00:00 2001
From: Brendan Cully <brendan@kublai.com>
Date: Tue, 3 Apr 2007 08:44:24 -0700
Subject: [PATCH] Add missing hcache.h include

---
 ChangeLog   | 7 ++++++-
 imap/util.c | 3 +++
 2 files changed, 9 insertions(+), 1 deletion(-)

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  <brendan@kublai.com>  (b0014913dd74)
+2007-04-02 20:44 -0700  Brendan Cully  <brendan@kublai.com>  (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 <stdlib.h>
 #include <ctype.h>
-- 
2.40.0