]> diplodocus.org Git - nmh/blobdiff - uip/mhcachesbr.c
Just reworded the bit about '%s' being safe not to quote (it's only safe not to
[nmh] / uip / mhcachesbr.c
index b372f9501e4448e7f65007e1499b570b47d7b534..c1af218018af4b061f9534d6c7d7df1a62772e53 100644 (file)
 #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