From e2d432ecf053ec5f69f42263b69daee149d9f345 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Thu, 31 Jan 2002 01:37:38 +0000 Subject: make sure all utilities will build even with older toolchains by using our own local elf.h header rather than the system one. -Erik --- ldso/util/readsoname.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ldso/util/readsoname.c') diff --git a/ldso/util/readsoname.c b/ldso/util/readsoname.c index db772f0ae..2b3f8353f 100644 --- a/ldso/util/readsoname.c +++ b/ldso/util/readsoname.c @@ -5,9 +5,9 @@ #include #include #include -#include #include #include +#include "elf.h" #include "../config.h" #include "readsoname.h" -- cgit v1.2.3