]> Zhao Yanbai Git Server - minix.git/commitdiff
Portability: include sys/select.h from sys/time.h
authorDavid van Moolenbroek <david@minix3.org>
Sun, 22 Nov 2009 20:11:06 +0000 (20:11 +0000)
committerDavid van Moolenbroek <david@minix3.org>
Sun, 22 Nov 2009 20:11:06 +0000 (20:11 +0000)
include/sys/time.h

index 1303aba4aa87633095a96bcb00c23f0079b1ef5c..d295f8676f9069e7cb901781c627d1c379f042a5 100644 (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 */