diff options
author | Roland McGrath <roland@gnu.org> | 2006-01-21 19:58:36 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2006-01-21 19:58:36 +0000 |
commit | 79be21995ef9910dbb32e2c107edab1d047d257e (patch) | |
tree | e429cb779833ce7c3af0786c60a750d9b4ad5c04 /misc | |
parent | 4b66864656e616fec289c0636c94db6a9165eb88 (diff) | |
download | glibc-79be21995ef9910dbb32e2c107edab1d047d257e.tar glibc-79be21995ef9910dbb32e2c107edab1d047d257e.tar.gz glibc-79be21995ef9910dbb32e2c107edab1d047d257e.tar.bz2 glibc-79be21995ef9910dbb32e2c107edab1d047d257e.zip |
* misc/tst-pselect.c: Include <unistd.h>.
* time/time.h [__need_timespec et al]: Include <bits/types.h> here too.
* stdlib/fpioconst.c: Fix whitespace typo.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/tst-pselect.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/tst-pselect.c b/misc/tst-pselect.c index 55253ded84..123c31912e 100644 --- a/misc/tst-pselect.c +++ b/misc/tst-pselect.c @@ -1,6 +1,7 @@ #include <errno.h> #include <signal.h> #include <stdio.h> +#include <unistd.h> #include <sys/select.h> #include <sys/wait.h> |