* elf/rtld.c: Include <dl-osinfo.h>.
authorUlrich Drepper <drepper@redhat.com>
Sun, 22 May 2005 23:03:25 +0000 (23:03 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sun, 22 May 2005 23:03:25 +0000 (23:03 +0000)
ChangeLog
elf/rtld.c

index 5898903..a522ca7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 912d635..615eb91 100644 (file)
@@ -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>