diff options
-rw-r--r-- | sandbox-seccomp-filter.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sandbox-seccomp-filter.c b/sandbox-seccomp-filter.c index 3a1aedce7..08dc3a8b2 100644 --- a/sandbox-seccomp-filter.c +++ b/sandbox-seccomp-filter.c | |||
@@ -50,6 +50,9 @@ | |||
50 | #include <elf.h> | 50 | #include <elf.h> |
51 | 51 | ||
52 | #include <asm/unistd.h> | 52 | #include <asm/unistd.h> |
53 | #ifdef __s390__ | ||
54 | #include <asm/zcrypt.h> | ||
55 | #endif | ||
53 | 56 | ||
54 | #include <errno.h> | 57 | #include <errno.h> |
55 | #include <signal.h> | 58 | #include <signal.h> |