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/readelf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ldso/util/readelf.c') diff --git a/ldso/util/readelf.c b/ldso/util/readelf.c index 4467fc684..903b63148 100644 --- a/ldso/util/readelf.c +++ b/ldso/util/readelf.c @@ -29,7 +29,6 @@ */ -#include #include #include #include @@ -38,6 +37,7 @@ #include #include #include +#include "elf.h" -- cgit v1.2.3