diff --git a/ChangeLog b/ChangeLog index d5061ca00c..cee9f01e62 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2000-11-15 Andreas Jaeger + * elf/chroot_canon.c: Include . + * 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 #include #include +#include + #include "ldconfig.h" #ifndef PATH_MAX