]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Missing header on Linux/s390
authorDamien Miller <djm@mindrot.org>
Wed, 22 Mar 2017 01:43:02 +0000 (12:43 +1100)
committerDamien Miller <djm@mindrot.org>
Wed, 22 Mar 2017 01:43:02 +0000 (12:43 +1100)
Patch from Jakub Jelen

sandbox-seccomp-filter.c

index a8d472a63ccb3abd83d53bd117df902e7f58637c..2831e9d1083c86cbfdbc1a2a1946150863cbede5 100644 (file)
@@ -50,6 +50,9 @@
 #include <elf.h>
 
 #include <asm/unistd.h>
+#ifdef __s390__
+#include <asm/zcrypt.h>
+#endif
 
 #include <errno.h>
 #include <signal.h>