summaryrefslogtreecommitdiff
path: root/sys-block/scsiping/files
diff options
context:
space:
mode:
Diffstat (limited to 'sys-block/scsiping/files')
-rw-r--r--sys-block/scsiping/files/scsiping-0.0.1-clang16.patch8
1 files changed, 8 insertions, 0 deletions
diff --git a/sys-block/scsiping/files/scsiping-0.0.1-clang16.patch b/sys-block/scsiping/files/scsiping-0.0.1-clang16.patch
new file mode 100644
index 000000000000..9e57d9cc4aa0
--- /dev/null
+++ b/sys-block/scsiping/files/scsiping-0.0.1-clang16.patch
@@ -0,0 +1,8 @@
+https://bugs.gentoo.org/870445
+--- a/main.c
++++ b/main.c
+@@ -2,2 +2,4 @@
+ #include <stdio.h>
++#include <stdlib.h>
++#include <sys/ioctl.h>
+ #include <string.h>