diff options
author | Lennart Poettering <lennart@poettering.net> | 2016-10-21 21:48:10 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2016-10-24 17:32:51 +0200 |
commit | f6281133def1da2d7ac875b8cf5af5c32bc63fd8 (patch) | |
tree | 15a8fb957b83e1f4162bfab45eda70a3772030fe /src/shared | |
parent | a3be2849b2570482757f83181b999febbfc7bbef (diff) |
seccomp: add test-seccomp test tool
This validates the system call set table and many of our seccomp-util.c APIs.
Diffstat (limited to 'src/shared')
-rw-r--r-- | src/shared/seccomp-util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shared/seccomp-util.h b/src/shared/seccomp-util.h index 667687b14f..8050fc6fbf 100644 --- a/src/shared/seccomp-util.h +++ b/src/shared/seccomp-util.h @@ -20,6 +20,7 @@ ***/ #include <seccomp.h> +#include <stdbool.h> #include <stdint.h> const char* seccomp_arch_to_string(uint32_t c); |