From 9d82a70384a81e7af98c722d759421602a945297 Mon Sep 17 00:00:00 2001 From: "ted.mielczarek@gmail.com" Date: Thu, 18 Apr 2013 13:24:33 +0000 Subject: Add Android ifdef to fix issue 526 git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@1153 4c0a9323-5329-0410-9bdc-e9ce6186880e --- src/client/linux/handler/exception_handler.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/client/linux/handler/exception_handler.cc b/src/client/linux/handler/exception_handler.cc index 49aea360..ec1f16a3 100644 --- a/src/client/linux/handler/exception_handler.cc +++ b/src/client/linux/handler/exception_handler.cc @@ -94,7 +94,9 @@ #include "common/linux/eintr_wrapper.h" #include "third_party/lss/linux_syscall_support.h" +#if defined(__ANDROID__) #include "linux/sched.h" +#endif #ifndef PR_SET_PTRACER #define PR_SET_PTRACER 0x59616d61 -- cgit v1.2.1