summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2005-05-22 23:03:25 +0000
committerUlrich Drepper <drepper@redhat.com>2005-05-22 23:03:25 +0000
commit2f4db0dfc8a6ef59e2d99a3e1688383f3dabdc57 (patch)
treec5c7c68e6439722c7f9b48fab80e64497dcf33d1
parent34e4fda3f928282f140130a23499cac341ef686e (diff)
* elf/rtld.c: Include <dl-osinfo.h>.cvs/fedora-glibc-20050523T1354
-rw-r--r--ChangeLog4
-rw-r--r--elf/rtld.c1
2 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 58989035a8..a522ca7d68 100644
--- 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
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>