| Index: sandbox/linux/system_headers/x86_64_linux_ucontext.h
|
| diff --git a/sandbox/linux/system_headers/x86_64_linux_ucontext.h b/sandbox/linux/system_headers/x86_64_linux_ucontext.h
|
| index 57b8919a9c28f50296061f30a772698de9af72c0..1f1abe642f6a8c75211c9aa76424013246909d73 100644
|
| --- a/sandbox/linux/system_headers/x86_64_linux_ucontext.h
|
| +++ b/sandbox/linux/system_headers/x86_64_linux_ucontext.h
|
| @@ -5,6 +5,8 @@
|
| #ifndef SANDBOX_LINUX_SYSTEM_HEADERS_X86_64_LINUX_UCONTEXT_H_
|
| #define SANDBOX_LINUX_SYSTEM_HEADERS_X86_64_LINUX_UCONTEXT_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.
|
| // Spec:
|
|
|