From: Thomas Glanzmann Date: Thu, 31 Mar 2005 04:55:09 +0000 (+0000) Subject: Another hcache cygwin portability fix. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d5fde4c4438b48db9ac0644eb143b36d0718a1cc;p=neomutt Another hcache cygwin portability fix. --- diff --git a/mh.c b/mh.c index 5d9f9f996..eff55bd48 100644 --- a/mh.c +++ b/mh.c @@ -47,6 +47,10 @@ #include #include +#if HAVE_SYS_TIME_H +#include +#endif + struct maildir { HEADER *h;