Missing header on Linux/s390

Patch from Jakub Jelen
This commit is contained in:
Damien Miller 2017-03-22 12:43:02 +11:00
parent 096fb65084
commit 58b8cfa2a0
1 changed files with 3 additions and 0 deletions

View 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>