Portability: include sys/select.h from sys/time.h

This commit is contained in:
David van Moolenbroek 2009-11-22 20:11:06 +00:00
parent bdb85248d4
commit e06e85b511

View file

@ -39,4 +39,6 @@ int getitimer(int which, struct itimerval *value);
int setitimer(int which, const struct itimerval *_RESTRICT value,
struct itimerval *_RESTRICT ovalue);
#include <sys/select.h>
#endif /* _SYS__TIME_H */