| Index: sandbox/linux/seccomp-bpf/syscall_unittest.cc
|
| diff --git a/sandbox/linux/seccomp-bpf/syscall_unittest.cc b/sandbox/linux/seccomp-bpf/syscall_unittest.cc
|
| index 80b5079bae08fe35e02d2b57dcb0f0dc77b33795..4e142f42376e1809d48b93cab425b02a26ae71f5 100644
|
| --- a/sandbox/linux/seccomp-bpf/syscall_unittest.cc
|
| +++ b/sandbox/linux/seccomp-bpf/syscall_unittest.cc
|
| @@ -2,10 +2,13 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +#include "sandbox/linux/seccomp-bpf/syscall.h"
|
| +
|
| #include <asm/unistd.h>
|
| #include <fcntl.h>
|
| #include <sys/mman.h>
|
| #include <sys/syscall.h>
|
| +#include <sys/types.h>
|
| #include <unistd.h>
|
|
|
| #include <vector>
|
| @@ -15,7 +18,6 @@
|
| #include "build/build_config.h"
|
| #include "sandbox/linux/seccomp-bpf/bpf_tests.h"
|
| #include "sandbox/linux/seccomp-bpf/sandbox_bpf.h"
|
| -#include "sandbox/linux/seccomp-bpf/syscall.h"
|
| #include "sandbox/linux/tests/unit_tests.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
|
|