| Index: sandbox/linux/system_headers/i386_linux_ucontext.h
|
| diff --git a/sandbox/linux/system_headers/i386_linux_ucontext.h b/sandbox/linux/system_headers/i386_linux_ucontext.h
|
| index 61d9f7a9b8abeb1de32d96253c1b3e8d666ab4e8..f4380339d9027f7a7faed740431d5901b53f4646 100644
|
| --- a/sandbox/linux/system_headers/i386_linux_ucontext.h
|
| +++ b/sandbox/linux/system_headers/i386_linux_ucontext.h
|
| @@ -5,6 +5,9 @@
|
| #ifndef SANDBOX_LINUX_SYSTEM_HEADERS_ANDROID_I386_UCONTEXT_H_
|
| #define SANDBOX_LINUX_SYSTEM_HEADERS_ANDROID_I386_UCONTEXT_H_
|
|
|
| +#include <stddef.h>
|
| +#include <stdint.h>
|
| +
|
| // We do something compatible with glibc. Hopefully, at some point Android will
|
| // provide that for us, and __BIONIC_HAVE_UCONTEXT_T should be defined.
|
| // This is mostly copied from breakpad (common/android/include/sys/ucontext.h),
|
|
|