]> git.marmaro.de Git - mmh/blobdiff - uip/mhbuildsbr.c
Lots of little code cleanups to prevent warnings - mostly making sure
[mmh] / uip / mhbuildsbr.c
index a65736f3c7e234adc22f0cd12658038d2add420b..7e805654e432625f8f974f5f6a4750d3a47bff75 100644 (file)
 #include <h/mime.h>
 #include <h/mhparse.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