diff options
author | Eric Andersen <andersen@codepoet.org> | 2004-02-10 09:41:56 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2004-02-10 09:41:56 +0000 |
commit | c0847e68b7330e6897e3a07fd7f489ab2e8aeaba (patch) | |
tree | 992885f3884a613b15870653ecd837744ea7bec1 /utils/ldconfig.c | |
parent | ef92d76ba0cce9148e3f10094f086c06d10513b5 (diff) |
Fixup header file naming
Diffstat (limited to 'utils/ldconfig.c')
-rw-r--r-- | utils/ldconfig.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/ldconfig.c b/utils/ldconfig.c index cf7c001dd..d47c9e0bc 100644 --- a/utils/ldconfig.c +++ b/utils/ldconfig.c @@ -37,7 +37,7 @@ #include <errno.h> #include <sys/stat.h> #include <sys/mman.h> -#include <ld_elf.h> +#include "dl-elf.h" #include "readsoname.h" struct exec |