summaryrefslogtreecommitdiff
path: root/package/libusb-compat/patches
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-12-20 15:50:33 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2013-12-20 15:50:33 +0100
commit5d7d7f23f0fe107021914e976cc9f69c4979ba54 (patch)
tree3e9de59c5c0e3b8e3952625d410e324efda2566e /package/libusb-compat/patches
parent647c556f74c0d16be9247d1528b902eca0515a03 (diff)
fix musl compile
Diffstat (limited to 'package/libusb-compat/patches')
-rw-r--r--package/libusb-compat/patches/patch-libusb_usb_h10
1 files changed, 10 insertions, 0 deletions
diff --git a/package/libusb-compat/patches/patch-libusb_usb_h b/package/libusb-compat/patches/patch-libusb_usb_h
new file mode 100644
index 000000000..f081d8261
--- /dev/null
+++ b/package/libusb-compat/patches/patch-libusb_usb_h
@@ -0,0 +1,10 @@
+--- libusb-compat-0.1.5.orig/libusb/usb.h 2013-05-05 18:29:02.000000000 +0200
++++ libusb-compat-0.1.5/libusb/usb.h 2013-12-20 15:49:30.974611582 +0100
+@@ -25,6 +25,7 @@
+ #ifndef __USB_H__
+ #define __USB_H__
+
++#include <sys/types.h>
+ #include <unistd.h>
+ #include <stdlib.h>
+ #include <limits.h>