diff options
author | Christopher Faylor <me@cgf.cx> | 2005-11-11 16:23:36 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2005-11-11 16:23:36 +0000 |
commit | 37bd11ed125628f987be0ec47019be396b4a2d54 (patch) | |
tree | 4372f5290b48f35d75f81f6ec24361823d86dad9 /newlib/libc/include/sys/time.h | |
parent | eb73481fd08c815ee933c53922efa78190e5b7ae (diff) | |
download | newlib-37bd11ed125628f987be0ec47019be396b4a2d54.zip newlib-37bd11ed125628f987be0ec47019be396b4a2d54.tar.gz newlib-37bd11ed125628f987be0ec47019be396b4a2d54.tar.bz2 |
* libc/include/sys/time.h: For cygwin, use general header rather than specific
"sys/select.h".
Diffstat (limited to 'newlib/libc/include/sys/time.h')
-rw-r--r-- | newlib/libc/include/sys/time.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/include/sys/time.h b/newlib/libc/include/sys/time.h index 6e11ae2..eee5ca7 100644 --- a/newlib/libc/include/sys/time.h +++ b/newlib/libc/include/sys/time.h @@ -24,7 +24,7 @@ struct timezone { }; #ifdef __CYGWIN__ -#include <sys/select.h> +#include <cygwin/time.h> #endif /* __CYGWIN__ */ #endif /* _WINSOCK_H */ |