* misc/tst-pselect.c: Include <unistd.h>.
authorRoland McGrath <roland@gnu.org>
Sat, 21 Jan 2006 19:58:36 +0000 (19:58 +0000)
committerRoland McGrath <roland@gnu.org>
Sat, 21 Jan 2006 19:58:36 +0000 (19:58 +0000)
* time/time.h [__need_timespec et al]: Include <bits/types.h> here too.

* stdlib/fpioconst.c: Fix whitespace typo.

ChangeLog
misc/tst-pselect.c

index 3f3831c..f0ea363 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2006-01-21  Roland McGrath  <roland@redhat.com>
+
+       * 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.
+
 2006-01-20  Jakub Jelinek  <jakub@redhat.com>
 
        * sysdeps/ieee754/ldbl-64-128/s_nexttowardfd.c: Moved to...
        * sysdeps/powerpc/fpu/bits/mathinline.h (__CPU_HAS_FSQRT): New macro.
        (__ieee754_sqrt, __ieee754_sqrtf): Use it.
 
-2006-01-21  Roland McGrath  <roland@redhat.com>
-
-       * time/time.h [__need_timespec et al]: Include <bits/types.h> here too.
-
-       * stdlib/fpioconst.c: Fix whitespace typo.
-
 2006-01-21  Ulrich Drepper  <drepper@redhat.com>
 
        * sysdeps/unix/sysv/linux/pselect.c (__pselect): Allow actual
index 55253de..123c319 100644 (file)
@@ -1,6 +1,7 @@
 #include <errno.h>
 #include <signal.h>
 #include <stdio.h>
+#include <unistd.h>
 #include <sys/select.h>
 #include <sys/wait.h>