diff options
author | Colin Watson <cjwatson@debian.org> | 2017-04-02 13:15:42 +0100 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2017-04-02 13:16:38 +0100 |
commit | b8fb08fe0c6ea8a3e75882ed80e95c882383940a (patch) | |
tree | ec20e58588892234c875faa28010394400e0b200 /sandbox-seccomp-filter.c | |
parent | fc1e884e1960930d31bf3a92c5d83a4b7630a4af (diff) | |
parent | 326d5114682d8ddbb64dead273d7738aea10e30a (diff) |
Add missing header on Linux/s390
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 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> |