aboutsummaryrefslogtreecommitdiffstats
path: root/main/s390-tools/0010-musl-s390x-signal-def.patch
blob: 5b729f9560337851c8b63a6e7c02ec104ed33406 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
It seems musl s390x port is missing some def

diff --git a/zfcpdump/zfcpdump.c b/zfcpdump/zfcpdump.c
index 70df501..9d3c0f2 100644
--- a/zfcpdump/zfcpdump.c
+++ b/zfcpdump/zfcpdump.c
@@ -13,6 +13,7 @@
  * it under the terms of the MIT license. See LICENSE for details.
  */
 
+#include <asm-generic/signal-defs.h>
 #include <asm/types.h>
 #include <ctype.h>
 #include <dirent.h>