Index: sandbox/linux/seccomp-bpf/syscall_iterator_unittest.cc |
diff --git a/sandbox/linux/seccomp-bpf/syscall_iterator_unittest.cc b/sandbox/linux/seccomp-bpf/syscall_iterator_unittest.cc |
index 6d553c8fdd7b18d13f2d1d751e7c2f92303007c3..f2297704b8f50e36105efef831cf3b981728564c 100644 |
--- a/sandbox/linux/seccomp-bpf/syscall_iterator_unittest.cc |
+++ b/sandbox/linux/seccomp-bpf/syscall_iterator_unittest.cc |
@@ -2,8 +2,11 @@ |
// 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/sandbox_bpf.h" |
#include "sandbox/linux/seccomp-bpf/syscall_iterator.h" |
+ |
+#include <stdint.h> |
+ |
+#include "sandbox/linux/seccomp-bpf/linux_seccomp.h" |
#include "sandbox/linux/tests/unit_tests.h" |
namespace sandbox { |