summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2006-01-21 19:58:36 +0000
committerRoland McGrath <roland@gnu.org>2006-01-21 19:58:36 +0000
commit79be21995ef9910dbb32e2c107edab1d047d257e (patch)
treee429cb779833ce7c3af0786c60a750d9b4ad5c04 /misc
parent4b66864656e616fec289c0636c94db6a9165eb88 (diff)
* 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.c1
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>