From: David van Moolenbroek Date: Sun, 22 Nov 2009 20:11:06 +0000 (+0000) Subject: Portability: include sys/select.h from sys/time.h X-Git-Tag: v3.1.6~193 X-Git-Url: http://zhaoyanbai.com/repos/man.named.html?a=commitdiff_plain;h=e06e85b51111fa63241bd58eb372476dbe7ab94f;p=minix.git Portability: include sys/select.h from sys/time.h --- diff --git a/include/sys/time.h b/include/sys/time.h index 1303aba4a..d295f8676 100644 --- a/include/sys/time.h +++ b/include/sys/time.h @@ -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 + #endif /* _SYS__TIME_H */