summaryrefslogtreecommitdiffstats
path: root/content/common
diff options
context:
space:
mode:
authorrsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-11-14 17:54:31 +0000
committerrsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-11-14 17:54:31 +0000
commita3b7a0dada7841fc51eeb72961eef445c57ae298 (patch)
tree33fc8b6dbeceb59104953234b6fa5a931ac6b934 /content/common
parent2b438d6514d5e842eb29d4d285f45701a8fb063c (diff)
downloadchromium_src-a3b7a0dada7841fc51eeb72961eef445c57ae298.zip
chromium_src-a3b7a0dada7841fc51eeb72961eef445c57ae298.tar.gz
chromium_src-a3b7a0dada7841fc51eeb72961eef445c57ae298.tar.bz2
Remove SECCOMP_BPF_STANDALONE and port the demo target to gyp.
BUG=316486 R=jln@chromium.org, markus@chromium.org Review URL: https://codereview.chromium.org/67173005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235180 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/common')
-rw-r--r--content/common/sandbox_seccomp_bpf_linux.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/content/common/sandbox_seccomp_bpf_linux.cc b/content/common/sandbox_seccomp_bpf_linux.cc
index 34bcadd..2160b10 100644
--- a/content/common/sandbox_seccomp_bpf_linux.cc
+++ b/content/common/sandbox_seccomp_bpf_linux.cc
@@ -42,6 +42,7 @@
#endif
#if defined(SECCOMP_BPF_SANDBOX)
+#include "base/posix/eintr_wrapper.h"
#include "sandbox/linux/seccomp-bpf/sandbox_bpf.h"
#include "sandbox/linux/services/linux_syscalls.h"