commit | 571349ab89198b353b39135cf819a2b905e86133 | [log] [tgz] |
---|---|---|
author | Dan Albert <danalbert@google.com> | Thu Oct 12 02:18:21 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Thu Oct 12 02:18:21 2017 +0000 |
tree | f3d164d422aa7650b556471801ee83653f77cc66 | |
parent | 01f9214a4522bf73412775b26fdec88979536b75 [diff] | |
parent | a28668821043e2993330439d0a980756b0343f6c [diff] |
Merge "Add missing includes." am: 81dd96c0da am: 5436974d21 am: 1055d1a453 am: 6d2f367e37 Change-Id: I11574eaee30464b8cd85f422b2398b9243cf38c7
diff --git a/debuggerd/debuggerd_test.cpp b/debuggerd/debuggerd_test.cpp index dbf81a4..45e768d 100644 --- a/debuggerd/debuggerd_test.cpp +++ b/debuggerd/debuggerd_test.cpp
@@ -19,6 +19,7 @@ #include <sys/capability.h> #include <sys/prctl.h> #include <sys/ptrace.h> +#include <sys/syscall.h> #include <sys/types.h> #include <unistd.h>