From 79be21995ef9910dbb32e2c107edab1d047d257e Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sat, 21 Jan 2006 19:58:36 +0000 Subject: [PATCH] * misc/tst-pselect.c: Include . * time/time.h [__need_timespec et al]: Include here too. * stdlib/fpioconst.c: Fix whitespace typo. --- ChangeLog | 14 ++++++++------ misc/tst-pselect.c | 1 + 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3f3831cd9b..f0ea363ce2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2006-01-21 Roland McGrath + + * misc/tst-pselect.c: Include . + + * time/time.h [__need_timespec et al]: Include here too. + + * stdlib/fpioconst.c: Fix whitespace typo. + 2006-01-20 Jakub Jelinek * sysdeps/ieee754/ldbl-64-128/s_nexttowardfd.c: Moved to... @@ -10,12 +18,6 @@ * sysdeps/powerpc/fpu/bits/mathinline.h (__CPU_HAS_FSQRT): New macro. (__ieee754_sqrt, __ieee754_sqrtf): Use it. -2006-01-21 Roland McGrath - - * time/time.h [__need_timespec et al]: Include here too. - - * stdlib/fpioconst.c: Fix whitespace typo. - 2006-01-21 Ulrich Drepper * sysdeps/unix/sysv/linux/pselect.c (__pselect): Allow actual 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 #include #include +#include #include #include -- 2.11.4.GIT