]> git.marmaro.de Git - mmh/blobdiff - uip/mhcachesbr.c
Lots of little code cleanups to prevent warnings - mostly making sure
[mmh] / 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