]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
lxc-unshare: add syscall_wrappers.h to build requirements 3305/head
authorChristian Brauner <christian.brauner@ubuntu.com>
Wed, 18 Mar 2020 15:07:15 +0000 (16:07 +0100)
committerChristian Brauner <christian.brauner@ubuntu.com>
Wed, 18 Mar 2020 15:08:08 +0000 (16:08 +0100)
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
src/lxc/Makefile.am
src/lxc/tools/lxc_unshare.c

index 1c2f92a67d5999fa696eb8215ef08f2093b18e75..b80c503807990e80c961cdc98bd1b0d37f2724fe 100644 (file)
@@ -363,6 +363,7 @@ lxc_unfreeze_SOURCES = tools/lxc_unfreeze.c \
                       tools/arguments.c tools/arguments.h
 lxc_unshare_SOURCES = tools/lxc_unshare.c \
                      syscall_numbers.h \
+                     syscall_wrapper.h \
                      tools/arguments.c tools/arguments.h
 lxc_wait_SOURCES = tools/lxc_wait.c \
                   tools/arguments.c tools/arguments.h
index 2cca827acb3845555c7d74bec8c796a8da648c52..b4b073a02f1cbd2d5077fbe035508823839808da 100644 (file)
@@ -26,6 +26,8 @@
 #include "list.h"
 #include "log.h"
 #include "namespace.h"
+#include "syscall_numbers.h"
+#include "syscall_wrappers.h"
 #include "utils.h"
 
 lxc_log_define(lxc_unshare, lxc);