elf: Add #include <errno.h> for use of E* constants.
commit48f4b30780038d618b4d19dc94f68caecf99cf52
authorCarlos O'Donell <carlos@redhat.com>
Thu, 2 Jun 2022 15:00:54 +0000 (2 11:00 -0400)
committerCarlos O'Donell <carlos@redhat.com>
Thu, 2 Jun 2022 19:20:36 +0000 (2 15:20 -0400)
tree62ab7b79881135eedfc9856077ae6bcea0c7347a
parent62c888b3375f82a659a55ec66b1315efa2ed026a
elf: Add #include <errno.h> for use of E* constants.

In __strerror_r we use errno constants and must include errno.h.

Tested on x86_64 and i686 without regression.
elf/dl-minimal.c