commit | d070df4c74c654d8c37c807e7e77db616f91ecbd | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Tue Jan 29 16:40:39 2013 -0800 |
committer | Elliott Hughes <enh@google.com> | Tue Jan 29 16:40:39 2013 -0800 |
tree | d8dd7005cba2f17674bae1644415bd82b1f37c47 | |
parent | 5fb409b7b0b0a4ecca5fd2a6c7dc5ce421f6b7cf [diff] [blame] |
Fix x86 build to use <elf.h>. Change-Id: I7b697d5eae69dc08eb31471a42cb8bbe5360be76
diff --git a/libc/bionic/dl_iterate_phdr_static.c b/libc/bionic/dl_iterate_phdr_static.c index b8ef9e9..90ed1b7 100644 --- a/libc/bionic/dl_iterate_phdr_static.c +++ b/libc/bionic/dl_iterate_phdr_static.c
@@ -26,8 +26,8 @@ * SUCH DAMAGE. */ +#include <elf.h> #include <sys/types.h> -#include <linux/elf.h> #include <link.h> /* Dynamic binaries get this from the dynamic linker (system/linker), which