| Index: sandbox/linux/services/android_arm_ucontext.h
|
| diff --git a/sandbox/linux/services/android_arm_ucontext.h b/sandbox/linux/services/android_arm_ucontext.h
|
| index c35da17b26b69f2e742d2cb4d754f55f77c0a398..0c21e2092796d8ce83100bf8e9876c0a009cc00e 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 {
|
|
|