From f68eb8d50b11310628f53a9378bf612e8d4bfa09 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Mon, 4 Jun 2001 22:13:51 +0000 Subject: Teach the ldso stuff to use the proper elf.h header file, not a local copy. -Erik --- ldso/util/ldconfig.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ldso/util/ldconfig.c') diff --git a/ldso/util/ldconfig.c b/ldso/util/ldconfig.c index 55f79f773..58f9cb10b 100644 --- a/ldso/util/ldconfig.c +++ b/ldso/util/ldconfig.c @@ -38,9 +38,8 @@ #include #include #include - #include "../config.h" -#include "readelf.h" +#include "readsoname.h" struct exec { -- cgit v1.2.3