Changeset 5055:943d0177c154 for imap

Show
Ignore:
Timestamp:
2007-04-03 08:44:24 (20 months ago)
Author:
Brendan Cully <brendan@…>
Branch:
HEAD
Message:

Add missing hcache.h include

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • imap/util.c

    r5046 r5055  
    2828#include "imap_private.h" 
    2929#include "mutt_ssl.h" 
     30#ifdef USE_HCACHE 
     31#include "hcache.h" 
     32#endif 
    3033 
    3134#include <stdlib.h>