From e4353a7fc4e1559441a9fc08c365a660f2c96d8a Mon Sep 17 00:00:00 2001 From: Christian Brauner Date: Mon, 27 Jul 2020 17:26:42 +0200 Subject: [PATCH] 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 --- src/lxc/seccomp.c | 1 + 1 file changed, 1 insertion(+) 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 -- 2.47.2