[lxc-devel] [lxc/master] seccomp: add missing header

brauner on Github lxc-bot at linuxcontainers.org
Mon Jul 27 15:27:20 UTC 2020


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 479 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20200727/cd542311/attachment.bin>
-------------- next part --------------
From e4353a7fc4e1559441a9fc08c365a660f2c96d8a Mon Sep 17 00:00:00 2001
From: Christian Brauner <christian.brauner at ubuntu.com>
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 <christian.brauner at ubuntu.com>
---
 src/lxc/seccomp.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/lxc/seccomp.c b/src/lxc/seccomp.c
index 55216bc0b6..011e574875 100644
--- a/src/lxc/seccomp.c
+++ b/src/lxc/seccomp.c
@@ -7,6 +7,7 @@
 #include <seccomp.h>
 #include <stdio.h>
 #include <stdlib.h>
+#include <sys/epoll.h>
 #include <sys/mount.h>
 #include <sys/utsname.h>
 


More information about the lxc-devel mailing list