aboutsummaryrefslogtreecommitdiff
path: root/src/common/android
diff options
context:
space:
mode:
authorrmcilroy@chromium.org <rmcilroy@chromium.org@4c0a9323-5329-0410-9bdc-e9ce6186880e>2014-04-08 17:36:11 +0000
committerrmcilroy@chromium.org <rmcilroy@chromium.org@4c0a9323-5329-0410-9bdc-e9ce6186880e>2014-04-08 17:36:11 +0000
commitfff818514d6b3b56c4a9a49773678fdd887068f4 (patch)
tree73a3dd7b62999c9aadc54da41d69f5ddf0b2029f /src/common/android
parentMove build configuration to root of repository. (diff)
downloadbreakpad-fff818514d6b3b56c4a9a49773678fdd887068f4.tar.xz
Add Arm64 support to breakpad unittests.
BUG=354405,335641 R=mark@chromium.org Review URL: https://breakpad.appspot.com/1424002 git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@1305 4c0a9323-5329-0410-9bdc-e9ce6186880e
Diffstat (limited to 'src/common/android')
-rw-r--r--src/common/android/include/sys/procfs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/android/include/sys/procfs.h b/src/common/android/include/sys/procfs.h
index ec65b91c..94994147 100644
--- a/src/common/android/include/sys/procfs.h
+++ b/src/common/android/include/sys/procfs.h
@@ -36,6 +36,7 @@
#else
+#include <asm/ptrace.h>
#include <sys/cdefs.h>
#include <sys/user.h>
#include <unistd.h>