diff options
author | Damien Miller <djm@mindrot.org> | 2017-03-22 12:43:02 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2017-03-22 12:43:02 +1100 |
commit | 58b8cfa2a062b72139d7229ae8de567f55776f24 (patch) | |
tree | 5212ffe31f907ec6e81f3347d3f95e913b87a53c /sandbox-seccomp-filter.c | |
parent | 096fb65084593f9f3c1fc91b6d9052759a272a00 (diff) |
Missing header on Linux/s390
Patch from Jakub Jelen
Diffstat (limited to 'sandbox-seccomp-filter.c')
-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 a8d472a63..2831e9d10 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> |