]> diplodocus.org Git - nmh/blobdiff - uip/mhcachesbr.c
Meaningless change to test autoconf file commit order stuff.
[nmh] / uip / mhcachesbr.c
index b372f9501e4448e7f65007e1499b570b47d7b534..4f1f9d7a9c7f13db69f2dbf8e800aedf20abe9e6 100644 (file)
 #include <setjmp.h>
 #include <signal.h>
 #include <zotnet/mts/mts.h>
 #include <setjmp.h>
 #include <signal.h>
 #include <zotnet/mts/mts.h>
-#include <zotnet/tws/tws.h>
+#include <h/tws.h>
 #include <h/mime.h>
 #include <h/mhparse.h>
 #include <h/mhcachesbr.h>
 
 #include <h/mime.h>
 #include <h/mhparse.h>
 #include <h/mhcachesbr.h>
 
+#ifdef TIME_WITH_SYS_TIME
+# include <sys/time.h>
+# include <time.h>
+#else
+# ifdef TM_IN_SYS_TIME
+#  include <sys/time.h>
+# else
+#  include <time.h>
+# endif
+#endif
+
 #ifdef HAVE_SYS_WAIT_H
 # include <sys/wait.h>
 #endif
 #ifdef HAVE_SYS_WAIT_H
 # include <sys/wait.h>
 #endif