about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2000-11-15 09:41:20 +0000
committerAndreas Jaeger <aj@suse.de>2000-11-15 09:41:20 +0000
commit0b87a270e23573d4fab1032b299da3679149bfac (patch)
tree7579c4b9ab1499614a42cf9538ad9c2f9963252a
parent7c4a0993d459981f12f49a6175ed07715b0b6183 (diff)
downloadglibc-0b87a270e23573d4fab1032b299da3679149bfac.tar.gz
glibc-0b87a270e23573d4fab1032b299da3679149bfac.tar.xz
glibc-0b87a270e23573d4fab1032b299da3679149bfac.zip
Update.
	* elf/chroot_canon.c: Include <stdint.h>.
-rw-r--r--ChangeLog2
-rw-r--r--elf/chroot_canon.c2
2 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d5061ca00c..cee9f01e62 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2000-11-15  Andreas Jaeger  <aj@suse.de>
 
+	* elf/chroot_canon.c: Include <stdint.h>.
+
 	* elf/cache.c (struct cache_entry): Use uint64_t for hwcap.
 	(print_entry): Likewise.
 	(add_to_cache): Likewise.
diff --git a/elf/chroot_canon.c b/elf/chroot_canon.c
index 82cb8c4bf0..e3ca4f1ab8 100644
--- a/elf/chroot_canon.c
+++ b/elf/chroot_canon.c
@@ -25,6 +25,8 @@
 #include <sys/stat.h>
 #include <errno.h>
 #include <stddef.h>
+#include <stdint.h>
+
 #include "ldconfig.h"
 
 #ifndef PATH_MAX