From dcebaf42ba428eae1c1ac23f4cce6ceaf362eebf Mon Sep 17 00:00:00 2001 From: "ted.mielczarek@gmail.com" Date: Tue, 31 May 2011 12:12:30 +0000 Subject: Add some headers necessary to build the Linux client code with the Android NDK r5 P=Alon Zakai , R=ted git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@790 4c0a9323-5329-0410-9bdc-e9ce6186880e --- src/client/linux/handler/exception_handler.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/client/linux/handler') diff --git a/src/client/linux/handler/exception_handler.cc b/src/client/linux/handler/exception_handler.cc index 096ec0d6..c2336ccf 100644 --- a/src/client/linux/handler/exception_handler.cc +++ b/src/client/linux/handler/exception_handler.cc @@ -99,6 +99,8 @@ #include "common/linux/eintr_wrapper.h" #include "third_party/lss/linux_syscall_support.h" +#include "linux/sched.h" + #ifndef PR_SET_PTRACER #define PR_SET_PTRACER 0x59616d61 #endif -- cgit v1.2.1