From: Darren Tucker Date: Wed, 15 Apr 2020 00:58:02 +0000 (+1000) Subject: Add sys/syscall.h for syscall numbers. X-Git-Tag: V_8_3_P1~61 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8af0244d7b4a65eed2e62f9c89141c7c8e63f09d;p=thirdparty%2Fopenssh-portable.git 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. --- diff --git a/sandbox-seccomp-filter.c b/sandbox-seccomp-filter.c index f80981faf..e0768c063 100644 --- a/sandbox-seccomp-filter.c +++ b/sandbox-seccomp-filter.c @@ -43,6 +43,7 @@ #include #include #include +#include #include #include