Portability: include sys/select.h from sys/time.h
This commit is contained in:
parent
bdb85248d4
commit
e06e85b511
1 changed files with 2 additions and 0 deletions
|
@ -39,4 +39,6 @@ int getitimer(int which, struct itimerval *value);
|
||||||
int setitimer(int which, const struct itimerval *_RESTRICT value,
|
int setitimer(int which, const struct itimerval *_RESTRICT value,
|
||||||
struct itimerval *_RESTRICT ovalue);
|
struct itimerval *_RESTRICT ovalue);
|
||||||
|
|
||||||
|
#include <sys/select.h>
|
||||||
|
|
||||||
#endif /* _SYS__TIME_H */
|
#endif /* _SYS__TIME_H */
|
||||||
|
|
Loading…
Reference in a new issue