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/ldconfig.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ldso/util/ldconfig.c') diff --git a/ldso/util/ldconfig.c b/ldso/util/ldconfig.c index 63765a78c..4660bd458 100644 --- a/ldso/util/ldconfig.c +++ b/ldso/util/ldconfig.c @@ -33,11 +33,11 @@ #include #include #include -#include #include #include #include #include +#include "elf.h" #include "../config.h" #include "readsoname.h" -- cgit v1.2.3