Chromium Code Reviews| Index: sandbox/linux/seccomp-bpf/trap.cc |
| diff --git a/sandbox/linux/seccomp-bpf/trap.cc b/sandbox/linux/seccomp-bpf/trap.cc |
| index 64875ad3cc88f93906fd71f9b9df1679223dc2ac..85d7d3688ec54ccd3f05002be38d27c50b6a6de4 100644 |
| --- a/sandbox/linux/seccomp-bpf/trap.cc |
| +++ b/sandbox/linux/seccomp-bpf/trap.cc |
| @@ -2,7 +2,9 @@ |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| +#include <errno.h> |
| #include <signal.h> |
| +#include <string.h> |
| #include <sys/prctl.h> |
| #include <sys/syscall.h> |