diff options
| author | Elliott Hughes <enh@google.com> | 2013-01-29 16:40:39 -0800 |
|---|---|---|
| committer | Elliott Hughes <enh@google.com> | 2013-01-29 16:40:39 -0800 |
| commit | d070df4c74c654d8c37c807e7e77db616f91ecbd (patch) | |
| tree | d8dd7005cba2f17674bae1644415bd82b1f37c47 /libc/bionic/dl_iterate_phdr_static.c | |
| parent | 5fb409b7b0b0a4ecca5fd2a6c7dc5ce421f6b7cf (diff) | |
| download | android_bionic-d070df4c74c654d8c37c807e7e77db616f91ecbd.tar.gz android_bionic-d070df4c74c654d8c37c807e7e77db616f91ecbd.tar.bz2 android_bionic-d070df4c74c654d8c37c807e7e77db616f91ecbd.zip | |
Fix x86 build to use <elf.h>.
Change-Id: I7b697d5eae69dc08eb31471a42cb8bbe5360be76
Diffstat (limited to 'libc/bionic/dl_iterate_phdr_static.c')
| -rw-r--r-- | libc/bionic/dl_iterate_phdr_static.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/bionic/dl_iterate_phdr_static.c b/libc/bionic/dl_iterate_phdr_static.c index b8ef9e940..90ed1b7ad 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 |
