]> granicus.if.org Git - neomutt/commitdiff
Another hcache cygwin portability fix.
authorThomas Glanzmann <sithglan@stud.uni-erlangen.de>
Thu, 31 Mar 2005 04:55:09 +0000 (04:55 +0000)
committerThomas Glanzmann <sithglan@stud.uni-erlangen.de>
Thu, 31 Mar 2005 04:55:09 +0000 (04:55 +0000)
mh.c

diff --git a/mh.c b/mh.c
index 5d9f9f996b42c8f0f7eac51b52c2858623a5c8e7..eff55bd48df7cb60187baa904f8d3d2447907e1d 100644 (file)
--- a/mh.c
+++ b/mh.c
 #include <string.h>
 #include <utime.h>
 
+#if HAVE_SYS_TIME_H
+#include <sys/time.h>
+#endif
+
 struct maildir
 {
   HEADER *h;