diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | elf/rtld.c | 1 |
2 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2005-05-22 Andreas Schwab <schwab@suse.de> + + * elf/rtld.c: Include <dl-osinfo.h>. + 2005-05-17 Alan Modra <amodra@bigpond.net.au> * sysdeps/powerpc/powerpc32/sysdep.h (PSEUDO_RET): Don't use diff --git a/elf/rtld.c b/elf/rtld.c index 912d63519d..615eb91fca 100644 --- a/elf/rtld.c +++ b/elf/rtld.c @@ -37,6 +37,7 @@ #include "dl-librecon.h" #include <unsecvars.h> #include <dl-cache.h> +#include <dl-osinfo.h> #include <dl-procinfo.h> #include <tls.h> |