From 8af989c23f030663c8b5a297e988970b4910b461 Mon Sep 17 00:00:00 2001 From: "boliu@chromium.org" Date: Thu, 20 Dec 2012 03:47:42 +0000 Subject: Fix for downstream android webview Previously erros is struct sigcontext is not defined. Including the header file now. TBR=jln,markus Android only include change. Android trybots pass compile. NOTRY=true BUG= Review URL: https://chromiumcodereview.appspot.com/11636039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@174104 0039d316-1c4b-4281-b951-d872f2087c98 --- sandbox/linux/services/android_arm_ucontext.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sandbox/linux') diff --git a/sandbox/linux/services/android_arm_ucontext.h b/sandbox/linux/services/android_arm_ucontext.h index c35da17..0c21e20 100644 --- a/sandbox/linux/services/android_arm_ucontext.h +++ b/sandbox/linux/services/android_arm_ucontext.h @@ -4,6 +4,9 @@ #ifndef SANDBOX_LINUX_SERVICES_ANDROID_ARM_UCONTEXT_H_ #define SANDBOX_LINUX_SERVICES_ANDROID_ARM_UCONTEXT_H_ + +#include + typedef long int greg_t; typedef unsigned long sigset_t; typedef struct ucontext { -- cgit v1.1