2006-01-21 Thorsten Kukuk * io/sys/poll.h: Define __need_time_t to get definition of time_t if __USE_GNU is defined. --- io/sys/poll.h +++ io/sys/poll.h 2006/01/21 08:49:35 @@ -27,7 +27,8 @@ #ifdef __USE_GNU /* Get the __sigset_t definition. */ # include -/* Get the timespec definition. */ +/* Get the time_t and timespec definition. */ +# define __need_time_t # define __need_timespec # include #endif