From a2225b51a19076ad46c069573c500742d771556f Mon Sep 17 00:00:00 2001 From: Fabio Riga Date: Fri, 27 Feb 2015 17:27:16 +0000 Subject: testing/sane: new port http://www.sane-project.org Scanner Access Now Easy --- testing/sane/30-musl-header-fixes.patch | 51 +++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 testing/sane/30-musl-header-fixes.patch (limited to 'testing/sane/30-musl-header-fixes.patch') diff --git a/testing/sane/30-musl-header-fixes.patch b/testing/sane/30-musl-header-fixes.patch new file mode 100644 index 0000000000..6e10361043 --- /dev/null +++ b/testing/sane/30-musl-header-fixes.patch @@ -0,0 +1,51 @@ +--- ./include/sane/sanei_udp.h.orig ++++ ./include/sane/sanei_udp.h +@@ -19,6 +19,7 @@ + #define sanei_udp_h + + #include ++#include + + #ifdef HAVE_WINSOCK2_H + #include +--- ./backend/hp5400_sanei.c.orig ++++ ./backend/hp5400_sanei.c +@@ -57,6 +57,7 @@ + #include "hp5400_debug.h" + #include + #include "../include/sane/sanei_usb.h" ++#include + + #define CMD_INITBULK1 0x0087 /* send 0x14 */ + #define CMD_INITBULK2 0x0083 /* send 0x24 */ +--- ./backend/hp5590_low.c.orig ++++ ./backend/hp5590_low.c +@@ -50,6 +50,7 @@ + #ifdef HAVE_NETINET_IN_H + # include + #endif /* HAVE_NETINET_IN_H */ ++#include + + #include "byteorder.h" + +--- ./backend/kvs20xx_cmd.h.orig ++++ ./backend/kvs20xx_cmd.h +@@ -9,6 +9,8 @@ + Panasonic KV-S20xx USB-SCSI scanners. + */ + ++#include ++ + #define COMMAND_BLOCK 1 + #define DATA_BLOCK 2 + #define RESPONSE_BLOCK 3 +--- ./backend/kvs40xx.h.orig ++++ ./backend/kvs40xx.h +@@ -10,6 +10,7 @@ + + #include "../include/sane/config.h" + #include ++#include + + #undef BACKEND_NAME + #define BACKEND_NAME kvs40xx -- cgit v1.2.3