X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=globals.h;h=8e690b8ed5ce38cfcf4454c8dfaffe4bde1bb28f;hp=5bec12eccc411f8c4951b57249d7406dd9e52124;hb=9c29247938d64f721db448824a1121ef47ad2869;hpb=a8808601c98c76ec8344c8e4ba5a607d72c2805e diff --git a/globals.h b/globals.h index 5bec12e..8e690b8 100644 --- a/globals.h +++ b/globals.h @@ -12,6 +12,8 @@ #include "alias.h" #include +#include + #include "lib/list.h" #include "lib/rx.h" @@ -70,7 +72,7 @@ WHERE char *Maildir; #ifdef USE_HCACHE WHERE char *HeaderCache; -#if HAVE_GDBM || HAVE_DB4 +#if defined(HAVE_GDBM) || defined(HAVE_DB4) WHERE char *HeaderCachePageSize; #endif /* HAVE_GDBM || HAVE_DB4 */ #endif /* USE_HCACHE */