| Index: sandbox/linux/seccomp-bpf/linux_seccomp.h
|
| diff --git a/sandbox/linux/seccomp-bpf/linux_seccomp.h b/sandbox/linux/seccomp-bpf/linux_seccomp.h
|
| index f45d6b731f8b4c03ac3a2699db96f6bb181c4855..5ba49eefd16e0ffa21d715ba0349881586174eeb 100644
|
| --- a/sandbox/linux/seccomp-bpf/linux_seccomp.h
|
| +++ b/sandbox/linux/seccomp-bpf/linux_seccomp.h
|
| @@ -19,7 +19,7 @@
|
| // Old Bionic versions do not have sys/user.h. The if can be removed once we no
|
| // longer need to support these old Bionic versions.
|
| #include <sys/cdefs.h>
|
| -#if !defined(__BIONIC__)
|
| +#if !defined(__BIONIC__) || defined(__x86_64__)
|
| #include <sys/user.h>
|
| #endif
|
|
|
|
|