#ifndef _SYS_TIME_H #define _SYS_TIME_H #include struct timeval { time_t tv_sec; suseconds_t tv_usec; }; #endif