]> git.marmaro.de Git - mmh/blobdiff - uip/picksbr.c
Lots of little code cleanups to prevent warnings - mostly making sure
[mmh] / uip / picksbr.c
index 36ca6956c9e844621bf0e4b3d7b94b64f8c78d4e..b13ea669d56f79a3eb16ea38c817fb330ff4141d 100644 (file)
@@ -9,6 +9,17 @@
 #include <zotnet/tws/tws.h>
 #include <h/picksbr.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
+
 static struct swit parswit[] = {
 #define        PRAND                   0
     { "and", 0 },