summaryrefslogtreecommitdiffstats
path: root/system/iscan/patches/iscan-2.30.3_x86-unknown-types.patch
diff options
context:
space:
mode:
author Matteo Bernardini2019-12-21 12:40:47 +0100
committer Matteo Bernardini2019-12-21 12:40:47 +0100
commit280b6a826ee464c37a12bd3abf148e045ad968b1 (patch)
tree284f5409bc9ddf3d548d9c19be16a313c535c530 /system/iscan/patches/iscan-2.30.3_x86-unknown-types.patch
parentf325135c33f66f87f1b22bece05f14859b5d46bb (diff)
downloadslackbuilds-6c93a0752c97767d00732a611a83398bc1cb60ef.tar.gz
20191221.1 global branch merge.current-20191221.1
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'system/iscan/patches/iscan-2.30.3_x86-unknown-types.patch')
-rw-r--r--system/iscan/patches/iscan-2.30.3_x86-unknown-types.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/system/iscan/patches/iscan-2.30.3_x86-unknown-types.patch b/system/iscan/patches/iscan-2.30.3_x86-unknown-types.patch
new file mode 100644
index 0000000000..9bb856ff83
--- /dev/null
+++ b/system/iscan/patches/iscan-2.30.3_x86-unknown-types.patch
@@ -0,0 +1,12 @@
+diff -ru a/sanei/sanei_pio.c b/sanei/sanei_pio.c
+--- a/sanei/sanei_pio.c 2019-03-01 10:44:36.723260142 -0600
++++ b/sanei/sanei_pio.c 2019-03-01 10:48:47.660693036 -0600
+@@ -73,6 +73,7 @@
+ #elif HAVE_SYS_HW_H
+ # include <sys/hw.h>
+ #elif defined(__i386__) && defined (__GNUC__)
++#include <sys/types.h>
+
+ static __inline__ void
+ outb (u_char value, u_long port)
+