| Index: sandbox/linux/system_headers/arm_linux_ucontext.h
|
| diff --git a/sandbox/linux/system_headers/arm_linux_ucontext.h b/sandbox/linux/system_headers/arm_linux_ucontext.h
|
| index 0eb723a236bf0767b518c151d09c4d27a42e2c25..35208fa2a5339f12abeec841483e03146f57fd2b 100644
|
| --- a/sandbox/linux/system_headers/arm_linux_ucontext.h
|
| +++ b/sandbox/linux/system_headers/arm_linux_ucontext.h
|
| @@ -5,6 +5,8 @@
|
| #ifndef SANDBOX_LINUX_SYSTEM_HEADERS_ARM_LINUX_UCONTEXT_H_
|
| #define SANDBOX_LINUX_SYSTEM_HEADERS_ARM_LINUX_UCONTEXT_H_
|
|
|
| +#include <stddef.h>
|
| +
|
| #if !defined(__BIONIC_HAVE_UCONTEXT_T)
|
| #if !defined(__native_client_nonsfi__)
|
| #include <asm/sigcontext.h>
|
|
|