#ifdef I_SYS_TIME
# include <sys/time.h>
#endif
-#ifdef I_TIME
-# include <time.h>
-#endif
+#include <time.h>
#include <sys/types.h>
#if defined(HAS_SOCKET) && !defined(VMS) && !defined(ultrix) /* VMS handles sockets via vmsish.h, ULTRIX dies of socket struct redefinitions */
# include <sys/socket.h>