From: Christian Brauner Date: Mon, 27 Jul 2020 15:26:42 +0000 (+0200) Subject: seccomp: add missing header X-Git-Tag: lxc-5.0.0~379^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F3500%2Fhead;p=thirdparty%2Flxc.git seccomp: add missing header Fixes: https://launchpadlibrarian.net/490341075/buildlog_snap_ubuntu_bionic_amd64_lxd-latest-edge_BUILDING.txt.gz Signed-off-by: Christian Brauner --- diff --git a/src/lxc/seccomp.c b/src/lxc/seccomp.c index 55216bc0b..011e57487 100644 --- a/src/lxc/seccomp.c +++ b/src/lxc/seccomp.c @@ -7,6 +7,7 @@ #include #include #include +#include #include #include