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.
Loading
Please register or sign in to comment
In __strerror_r we use errno constants and must include errno.h. Tested on x86_64 and i686 without regression.