summaryrefslogtreecommitdiffstats
path: root/sandbox
diff options
context:
space:
mode:
authorboliu@chromium.org <boliu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-12-20 03:47:42 +0000
committerboliu@chromium.org <boliu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-12-20 03:47:42 +0000
commit8af989c23f030663c8b5a297e988970b4910b461 (patch)
tree5a8c881e0a1f6d23df1abefbcd16c7f7898cbab3 /sandbox
parentff58083f73b32e9233db0fc6ca804b29ce5bd2a9 (diff)
downloadchromium_src-8af989c23f030663c8b5a297e988970b4910b461.zip
chromium_src-8af989c23f030663c8b5a297e988970b4910b461.tar.gz
chromium_src-8af989c23f030663c8b5a297e988970b4910b461.tar.bz2
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
Diffstat (limited to 'sandbox')
-rw-r--r--sandbox/linux/services/android_arm_ucontext.h3
1 files changed, 3 insertions, 0 deletions
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 <asm/sigcontext.h>
+
typedef long int greg_t;
typedef unsigned long sigset_t;
typedef struct ucontext {