From e06e85b51111fa63241bd58eb372476dbe7ab94f Mon Sep 17 00:00:00 2001 From: David van Moolenbroek Date: Sun, 22 Nov 2009 20:11:06 +0000 Subject: [PATCH] Portability: include sys/select.h from sys/time.h --- include/sys/time.h | 2 ++ 1 file changed, 2 insertions(+) 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 */ -- 2.44.0