diff options
author | Martin Pieuchot <mpi@cvs.openbsd.org> | 2017-10-29 08:45:54 +0000 |
---|---|---|
committer | Martin Pieuchot <mpi@cvs.openbsd.org> | 2017-10-29 08:45:54 +0000 |
commit | 0ad115de732d7412195a161be8120691c14d5068 (patch) | |
tree | 08ba5687621a1ef14a2c0b57b95f96e644ac8dd3 /libexec | |
parent | 2e7e5cd4af3167ce73b3cbffb2bb881fb446644c (diff) |
Prefer <elf.h> to the non portable <sys/exec_elf.h>.
ok jca@, deraadt@
Diffstat (limited to 'libexec')
-rw-r--r-- | libexec/ld.so/tib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/ld.so/tib.c b/libexec/ld.so/tib.c index b13c1b74da8..93f6a6ce66b 100644 --- a/libexec/ld.so/tib.c +++ b/libexec/ld.so/tib.c @@ -22,8 +22,8 @@ #define _DYN_LOADER #include <sys/types.h> -#include <sys/exec_elf.h> +#include <elf.h> #include <tib.h> #include "archdep.h" |