From 8af0244d7b4a65eed2e62f9c89141c7c8e63f09d Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Wed, 15 Apr 2020 10:58:02 +1000 Subject: Add sys/syscall.h for syscall numbers. In some architecture/libc configurations we need to explicitly include sys/syscall.h for the syscall number (__NR_xxx) definitions. bz#3085, patch from blowfist at xroutine.net. --- sandbox-seccomp-filter.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sandbox-seccomp-filter.c') diff --git a/sandbox-seccomp-filter.c b/sandbox-seccomp-filter.c index f80981fa..e0768c06 100644 --- a/sandbox-seccomp-filter.c +++ b/sandbox-seccomp-filter.c @@ -43,6 +43,7 @@ #include #include #include +#include #include #include -- cgit v1.2.1