| Index: sandbox/linux/system_headers/arm64_linux_ucontext.h
|
| diff --git a/sandbox/linux/system_headers/arm64_linux_ucontext.h b/sandbox/linux/system_headers/arm64_linux_ucontext.h
|
| index 48303ba8dc8aa787e3b00ac966fac6c3317ada0d..46e040759931334285c2e9e6e88ca6f771ecf935 100644
|
| --- a/sandbox/linux/system_headers/arm64_linux_ucontext.h
|
| +++ b/sandbox/linux/system_headers/arm64_linux_ucontext.h
|
| @@ -8,7 +8,6 @@
|
| #if !defined(__BIONIC_HAVE_UCONTEXT_T)
|
| #include <asm/sigcontext.h>
|
| #include <signal.h>
|
| -#include <stdint.h>
|
| // We also need greg_t for the sandbox, include it in this header as well.
|
| typedef uint64_t greg_t;
|
|
|
|
|