diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-06-04 22:13:51 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-06-04 22:13:51 +0000 |
commit | f68eb8d50b11310628f53a9378bf612e8d4bfa09 (patch) | |
tree | e3a4073bbc3ac2349c89ad9b3494b05838f95c0b /ldso/util/ldconfig.c | |
parent | 03f338ab663d8b2fa16c8d1f83be51ecf9c79312 (diff) |
Teach the ldso stuff to use the proper elf.h header file, not a local copy.
-Erik
Diffstat (limited to 'ldso/util/ldconfig.c')
-rw-r--r-- | ldso/util/ldconfig.c | 3 |
1 files changed, 1 insertions, 2 deletions
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 <fcntl.h> #include <sys/mman.h> #include <errno.h> - #include "../config.h" -#include "readelf.h" +#include "readsoname.h" struct exec { |