about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2005-07-28 21:42:42 +0000
committerRoland McGrath <roland@gnu.org>2005-07-28 21:42:42 +0000
commit4bc68378f3e329a70889a41e6b63f8ba69baf1e8 (patch)
tree0815d2ad0d994938abb94454911198736f3b0379
parentce14a81458151a387c64dae8514639a2370444b7 (diff)
downloadglibc-4bc68378f3e329a70889a41e6b63f8ba69baf1e8.tar.gz
glibc-4bc68378f3e329a70889a41e6b63f8ba69baf1e8.tar.xz
glibc-4bc68378f3e329a70889a41e6b63f8ba69baf1e8.zip
* misc/error.c [_LIBC]: Include <stdbool.h> and <stdint.h>. cvs/fedora-glibc-20050729T1531
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 036483b46f..bb7f22d695 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-07-28  Thomas Schwinge  <schwinge@nic-nac-project.de>
+
+	* misc/error.c [_LIBC]: Include <stdbool.h> and <stdint.h>.
+
 2005-07-28  Ulrich Drepper  <drepper@redhat.com>
 
 	* nis/nis_xdr.c: Help gcc to generate unnecessary wrapper functions.