diff options
author | Sam James <sam@gentoo.org> | 2023-01-29 03:41:09 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-01-29 03:41:51 +0000 |
commit | ffedc60fa41d307bda28fd108e6ff1b8da1fc2ee (patch) | |
tree | d3ed2520969ccccef48d3b65e0a22a593b0a4dfc /seccomp-bpf.c | |
parent | *: IWYU fixes (diff) | |
download | pax-utils-ffedc60fa41d307bda28fd108e6ff1b8da1fc2ee.tar.gz pax-utils-ffedc60fa41d307bda28fd108e6ff1b8da1fc2ee.tar.bz2 pax-utils-ffedc60fa41d307bda28fd108e6ff1b8da1fc2ee.zip |
*: IWYU fixes deux
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'seccomp-bpf.c')
-rw-r--r-- | seccomp-bpf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/seccomp-bpf.c b/seccomp-bpf.c index 1d64172..7c3923f 100644 --- a/seccomp-bpf.c +++ b/seccomp-bpf.c @@ -11,6 +11,7 @@ const char argv0[] = "seccomp-bpf"; #include <err.h> #include <stdio.h> +#include <stddef.h> #include <stdlib.h> #include <unistd.h> #include <sys/mman.h> |