summaryrefslogtreecommitdiffstats
path: root/debuggerd
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2014-01-10 14:40:53 -0800
committerElliott Hughes <enh@google.com>2014-01-10 14:40:53 -0800
commitcac5d8c2235a6942fcf3c62ce7e775bbdfc620f0 (patch)
treebaa886b55afa54072e4a224b4b8f9740d35286ab /debuggerd
parent08a140e6a3989ece3854014123dac243cc372886 (diff)
downloadcore-cac5d8c2235a6942fcf3c62ce7e775bbdfc620f0.tar.gz
core-cac5d8c2235a6942fcf3c62ce7e775bbdfc620f0.tar.bz2
core-cac5d8c2235a6942fcf3c62ce7e775bbdfc620f0.zip
Use the more portable <elf.h> instead of <sys/exec_elf.h>.
Bug: 12476126 Change-Id: I08684987e867371d5537dadf1acb3408b420ad0c
Diffstat (limited to 'debuggerd')
-rw-r--r--debuggerd/debuggerd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/debuggerd/debuggerd.c b/debuggerd/debuggerd.c
index 756f7bb10..4fd031201 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>