diff options
| author | Elliott Hughes <enh@google.com> | 2014-01-10 23:06:50 +0000 |
|---|---|---|
| committer | Android Git Automerger <android-git-automerger@android.com> | 2014-01-10 23:06:50 +0000 |
| commit | 7e6b5e956bd8a83ee69edf20da16193b31723bff (patch) | |
| tree | e595a1f201a199556ad8b5caec73a030ee45c90c /debuggerd | |
| parent | 7899c65a309a066493c5ed3f9e01a6bdb02813a2 (diff) | |
| parent | 7fd0ea9bb19dd0136706dab02454f9a642807a07 (diff) | |
| download | system_core-7e6b5e956bd8a83ee69edf20da16193b31723bff.zip system_core-7e6b5e956bd8a83ee69edf20da16193b31723bff.tar.gz system_core-7e6b5e956bd8a83ee69edf20da16193b31723bff.tar.bz2 | |
am 7fd0ea9b: am c555476e: am 1972955e: am 99775d87: Merge "Use the more portable <elf.h> instead of <sys/exec_elf.h>."
* commit '7fd0ea9bb19dd0136706dab02454f9a642807a07':
Use the more portable <elf.h> instead of <sys/exec_elf.h>.
Diffstat (limited to 'debuggerd')
| -rw-r--r-- | debuggerd/debuggerd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debuggerd/debuggerd.c b/debuggerd/debuggerd.c index 756f7bb..4fd0312 100644 --- a/debuggerd/debuggerd.c +++ b/debuggerd/debuggerd.c @@ -27,7 +27,7 @@ #include <sys/ptrace.h> #include <sys/wait.h> -#include <sys/exec_elf.h> +#include <elf.h> #include <sys/stat.h> #include <sys/poll.h> |
