Chromium Code Reviews| Index: sandbox/linux/seccomp-bpf/codegen.cc |
| diff --git a/sandbox/linux/seccomp-bpf/codegen.cc b/sandbox/linux/seccomp-bpf/codegen.cc |
| index 6528990614092cf2148a794fc7788e664fbf6c82..17b5d846dc9765227470e55ea1eda9004ae31468 100644 |
| --- a/sandbox/linux/seccomp-bpf/codegen.cc |
| +++ b/sandbox/linux/seccomp-bpf/codegen.cc |
| @@ -2,6 +2,8 @@ |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| +#include <stdio.h> |
| + |
| #include "sandbox/linux/seccomp-bpf/codegen.h" |