summaryrefslogtreecommitdiffstats
path: root/system/iscan/patches/iscan-2.30.3_x86-unknown-types.patch
diff options
context:
space:
mode:
author Matteo Bernardini2020-01-12 12:08:26 +0100
committer Matteo Bernardini2020-01-12 12:08:26 +0100
commit0c6fe367a7009c5bbabc3071f8cccc77a37859eb (patch)
treeac54688f55ad545306ad664b6b58a85e87de6768 /system/iscan/patches/iscan-2.30.3_x86-unknown-types.patch
parent3066e0530b82d92e7856c44afb715f6fae0a5df0 (diff)
downloadslackbuilds-0c6fe367a7009c5bbabc3071f8cccc77a37859eb.tar.gz
20200112.1 global branch merge.current-20200112.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)
+