commit | f67219783fa7c38c1f4f077364290d10d3aa1db4 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Wed Jan 30 00:41:23 2013 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Jan 30 00:41:24 2013 +0000 |
tree | d8dd7005cba2f17674bae1644415bd82b1f37c47 | |
parent | 5fb409b7b0b0a4ecca5fd2a6c7dc5ce421f6b7cf [diff] | |
parent | d070df4c74c654d8c37c807e7e77db616f91ecbd [diff] |
Merge "Fix x86 build to use <elf.h>."
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