Changeset 5055:943d0177c154

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

Add missing hcache.h include

Files:
2 modified

Legend:

Unmodified
Added
Removed
  • ChangeLog

    r5053 r5055  
    1 2007-04-02 19:19 -0700  Brendan Cully  <brendan@kublai.com>  (b0014913dd74) 
     12007-04-02 20:44 -0700  Brendan Cully  <brendan@kublai.com>  (59fcc37f8c75) 
     2 
     3        * sendlib.c: Check message for boundary collisions (closes #902) 
     4 
     5        * enter.c: Do not clobber string field on keypress when returning 
     6        from file browser (closes #755) 
    27 
    38        * browser.c, browser.h, imap/browse.c, imap/imap.h: Add hook for 
  • 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>