* libc/include/sys/time.h: For cygwin, use general header rather than specific

"sys/select.h".
This commit is contained in:
Christopher Faylor 2005-11-11 16:23:36 +00:00
parent eb73481fd0
commit 37bd11ed12
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2005-11-11 Christopher Faylor <cgf@timesys.com>
* libc/include/sys/time.h: For cygwin, use general header rather than
specific "sys/select.h".
2005-11-08 Tom Walsh <tom@openhardware.net> 2005-11-08 Tom Walsh <tom@openhardware.net>
* libc/time/tzvars.c: New file. * libc/time/tzvars.c: New file.

View File

@ -24,7 +24,7 @@ struct timezone {
}; };
#ifdef __CYGWIN__ #ifdef __CYGWIN__
#include <sys/select.h> #include <cygwin/time.h>
#endif /* __CYGWIN__ */ #endif /* __CYGWIN__ */
#endif /* _WINSOCK_H */ #endif /* _WINSOCK_H */