summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2017-03-22 12:43:02 +1100
committerDamien Miller <djm@mindrot.org>2017-03-22 12:43:42 +1100
commiteb25c7b633917d266c73a73031fd31767ba639dc (patch)
treed12d0aca5b0b095d3fbcb5e84c769d8a390371f4
parent173359e4cb1e8d4dd429cbafafa8d54a141e7a83 (diff)
downloadopenssh-git-eb25c7b633917d266c73a73031fd31767ba639dc.tar.gz
Missing header on Linux/s390
Patch from Jakub Jelen
-rw-r--r--sandbox-seccomp-filter.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sandbox-seccomp-filter.c b/sandbox-seccomp-filter.c
index a8d472a6..2831e9d1 100644
--- a/sandbox-seccomp-filter.c
+++ b/sandbox-seccomp-filter.c
@@ -50,6 +50,9 @@
#include <elf.h>
#include <asm/unistd.h>
+#ifdef __s390__
+#include <asm/zcrypt.h>
+#endif
#include <errno.h>
#include <signal.h>