summaryrefslogtreecommitdiffstats
path: root/imap
diff options
context:
space:
mode:
authorBrendan Cully <brendan@kublai.com>2007-04-03 08:44:24 -0700
committerBrendan Cully <brendan@kublai.com>2007-04-03 08:44:24 -0700
commitcb2a15b5118fb65332add7f77cee2ad496f6e29c (patch)
treefaa256d1ea33e2e98744cb0fc7118bb79a8763e7 /imap
parent3c2814adb7d50badcadb4f4815aecbede35b1787 (diff)
Add missing hcache.h include
Diffstat (limited to 'imap')
-rw-r--r--imap/util.c3
1 files changed, 3 insertions, 0 deletions
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>