| Index: sandbox/linux/seccomp-bpf/die.cc
|
| diff --git a/sandbox/linux/seccomp-bpf/die.cc b/sandbox/linux/seccomp-bpf/die.cc
|
| index 92ffa2ab1e41a4cb52ea3160ec9e3824349546c3..4962c4d30b9dd7c324d3f5f66a2f105a63b8dc56 100644
|
| --- a/sandbox/linux/seccomp-bpf/die.cc
|
| +++ b/sandbox/linux/seccomp-bpf/die.cc
|
| @@ -2,6 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +#include <errno.h>
|
| +#include <linux/unistd.h>
|
| +#include <stdio.h>
|
| +#include <sys/prctl.h>
|
| +
|
| #include <string>
|
|
|
| #include "sandbox/linux/seccomp-bpf/sandbox_bpf.h"
|
|
|