about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2006-03-01 05:39:10 +0000
committerRoland McGrath <roland@gnu.org>2006-03-01 05:39:10 +0000
commit0b890d59bd75cb8ab9232ab72ed8674054e11fa3 (patch)
tree0b1766c2f2926e2ed362ad997f899fb2c884ec2d /ChangeLog
parente2c7e1de2b8f2539d613b7c7adeb65132bb1f0ce (diff)
downloadglibc-0b890d59bd75cb8ab9232ab72ed8674054e11fa3.tar.gz
glibc-0b890d59bd75cb8ab9232ab72ed8674054e11fa3.tar.xz
glibc-0b890d59bd75cb8ab9232ab72ed8674054e11fa3.zip
* nscd/nscd_helper.c: Include <time.h> for `time' declaration.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 50ceb0aed8..6ccf70ada2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2006-02-28  Roland McGrath  <roland@redhat.com>
 
+	* nscd/nscd_helper.c: Include <time.h> for `time' declaration.
+
 	* include/fcntl.h: Declare __openat, __open64.  Use libc_hidden_proto.
 	* io/openat.c (__openat): Define instead of openat.
 	Use libc_hidden_def.  Define openat with weak_alias.