aboutsummaryrefslogtreecommitdiffstats
path: root/testing/hplip/musl-fixes.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/hplip/musl-fixes.patch')
-rw-r--r--testing/hplip/musl-fixes.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/testing/hplip/musl-fixes.patch b/testing/hplip/musl-fixes.patch
new file mode 100644
index 0000000000..58d833bbcd
--- /dev/null
+++ b/testing/hplip/musl-fixes.patch
@@ -0,0 +1,10 @@
+--- protocol/discovery/mdns.c.orig 2015-11-17 09:58:44.171711728 +0100
++++ protocol/discovery/mdns.c 2015-11-17 09:59:11.347535726 +0100
+@@ -28,6 +28,7 @@
+ #include <string.h>
+ #include <syslog.h>
+ #include <sys/socket.h>
++#include <sys/select.h>
+ #include <netinet/in.h>
+ #include <netdb.h>
+ #include <arpa/inet.h>