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/ldso/readelflib1.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ldso/ldso/readelflib1.c') diff --git a/ldso/ldso/readelflib1.c b/ldso/ldso/readelflib1.c index a80aa0579..0241b5f9d 100644 --- a/ldso/ldso/readelflib1.c +++ b/ldso/ldso/readelflib1.c @@ -22,7 +22,8 @@ library into memory and add the symbol table info to the chain. */ #include -#include "elf.h" +#include +#include "linuxelf.h" #include "string.h" #include "hash.h" #include "sysdep.h" -- cgit v1.2.3