mirror of
git://anongit.mindrot.org/openssh.git
synced 2025-02-17 22:36:53 +00:00
Missing header on Linux/s390
Patch from Jakub Jelen
This commit is contained in:
parent
096fb65084
commit
58b8cfa2a0
@ -50,6 +50,9 @@
|
||||
#include <elf.h>
|
||||
|
||||
#include <asm/unistd.h>
|
||||
#ifdef __s390__
|
||||
#include <asm/zcrypt.h>
|
||||
#endif
|
||||
|
||||
#include <errno.h>
|
||||
#include <signal.h>
|
||||
|
Loading…
Reference in New Issue
Block a user