]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
seccomp: include lxcseccomp.h in start.c
authorSerge Hallyn <serge.halyn@ubuntu.com>
Thu, 16 Aug 2012 20:07:51 +0000 (15:07 -0500)
committerStéphane Graber <stgraber@ubuntu.com>
Mon, 12 Nov 2012 17:04:30 +0000 (12:04 -0500)
Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
src/lxc/start.c

index 23ce1d94e495ed09239c931242e413aee8aecc58..60ac1096ba740a19c26a7ce39dd657283f7a3fd5 100644 (file)
@@ -127,6 +127,7 @@ int signalfd(int fd, const sigset_t *mask, int flags)
 #include "sync.h"
 #include "namespace.h"
 #include "apparmor.h"
+#include "lxcseccomp.h"
 
 lxc_log_define(lxc_start, lxc);