| Index: sandbox/linux/bpf_dsl/policy_compiler.cc
 | 
| diff --git a/sandbox/linux/bpf_dsl/policy_compiler.cc b/sandbox/linux/bpf_dsl/policy_compiler.cc
 | 
| index f508b309f2149348d60461410d65b96cc3e10bf6..d4d5280184745465c1e1608d4a44b1a844b4b352 100644
 | 
| --- a/sandbox/linux/bpf_dsl/policy_compiler.cc
 | 
| +++ b/sandbox/linux/bpf_dsl/policy_compiler.cc
 | 
| @@ -5,7 +5,6 @@
 | 
|  #include "sandbox/linux/bpf_dsl/policy_compiler.h"
 | 
|  
 | 
|  #include <errno.h>
 | 
| -#include <linux/filter.h>
 | 
|  #include <sys/syscall.h>
 | 
|  
 | 
|  #include <limits>
 | 
| @@ -21,6 +20,7 @@
 | 
|  #include "sandbox/linux/bpf_dsl/syscall_set.h"
 | 
|  #include "sandbox/linux/bpf_dsl/verifier.h"
 | 
|  #include "sandbox/linux/seccomp-bpf/errorcode.h"
 | 
| +#include "sandbox/linux/system_headers/linux_filter.h"
 | 
|  #include "sandbox/linux/system_headers/linux_seccomp.h"
 | 
|  
 | 
|  namespace sandbox {
 | 
| 
 |