--- src/sys/sys/time.h 2008/05/30 09:39:46 1.19 +++ src/sys/sys/time.h 2008/06/18 09:36:07 1.20 @@ -42,17 +42,9 @@ #include #endif +#include #include -/* - * Structure returned by gettimeofday(2) system call, - * and used in other calls. - */ -struct timeval { - long tv_sec; /* seconds */ - long tv_usec; /* and microseconds */ -}; - #ifndef _TIMESPEC_DECLARED #define _TIMESPEC_DECLARED struct timespec {