---
system/qemu-seccomp.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/system/qemu-seccomp.c b/system/qemu-seccomp.c
index 4d7439e..9e1ff85 100644
--- a/system/qemu-seccomp.c
+++ b/system/qemu-seccomp.c
@@ -22,6 +22,7 @@
#include <seccomp.h>
#include "sysemu/seccomp.h"
#include <linux/seccomp.h>
+#define CLONE_NEWCGROUP 0x02000000
/* For some architectures (notably ARM) cacheflush is not supported until
* libseccomp 2.2.3, but configure enforces that we are using a more recent
--
1.8.3.1