]> git.marmaro.de Git - mmh/blobdiff - uip/sendsbr.c
Lots of little code cleanups to prevent warnings - mostly making sure
[mmh] / uip / sendsbr.c
index b7c4cf24b4447e03687d2a2bb9e1a33015f06ec4..2c2e3a63d428c57e77ace6bb80f7b03f3c037b07 100644 (file)
 #include <fcntl.h>
 #include <h/mime.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
+
 int debugsw = 0;               /* global */
 int forwsw  = 1;
 int inplace = 1;