Commit 0d0527a9 by Serge Hallyn Committed by Stéphane Graber

seccomp: include lxcseccomp.h in start.c

parent 09ad6246
...@@ -127,6 +127,7 @@ int signalfd(int fd, const sigset_t *mask, int flags) ...@@ -127,6 +127,7 @@ int signalfd(int fd, const sigset_t *mask, int flags)
#include "sync.h" #include "sync.h"
#include "namespace.h" #include "namespace.h"
#include "apparmor.h" #include "apparmor.h"
#include "lxcseccomp.h"
lxc_log_define(lxc_start, lxc); lxc_log_define(lxc_start, lxc);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment