diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-05-22 23:03:25 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-05-22 23:03:25 +0000 |
commit | 2f4db0dfc8a6ef59e2d99a3e1688383f3dabdc57 (patch) | |
tree | c5c7c68e6439722c7f9b48fab80e64497dcf33d1 /elf | |
parent | 34e4fda3f928282f140130a23499cac341ef686e (diff) | |
download | glibc-2f4db0dfc8a6ef59e2d99a3e1688383f3dabdc57.tar glibc-2f4db0dfc8a6ef59e2d99a3e1688383f3dabdc57.tar.gz glibc-2f4db0dfc8a6ef59e2d99a3e1688383f3dabdc57.tar.bz2 glibc-2f4db0dfc8a6ef59e2d99a3e1688383f3dabdc57.zip |
* elf/rtld.c: Include <dl-osinfo.h>.cvs/fedora-glibc-20050523T1354
Diffstat (limited to 'elf')
-rw-r--r-- | elf/rtld.c | 1 |
1 files changed, 1 insertions, 0 deletions
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> |