summaryrefslogtreecommitdiff
path: root/libre/linux-libre-tools/04-fix-usip-h-path.patch
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2014-10-06 15:30:54 -0200
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2014-10-06 15:30:54 -0200
commite3dc6f9abc67c76c1b0f20f2cda2409d3bcb892a (patch)
tree6c2d62756577ff14c08e43e39bb1d6da793c0d3a /libre/linux-libre-tools/04-fix-usip-h-path.patch
parent3dfa4c8e94024ee02a9fd424ba57436198235647 (diff)
parent623b1b2c96a9218330db27480a3ee1a0e301fb1a (diff)
Merge branch 'master' of ssh://projects.parabola.nu:1863/~git/abslibre
Diffstat (limited to 'libre/linux-libre-tools/04-fix-usip-h-path.patch')
-rw-r--r--libre/linux-libre-tools/04-fix-usip-h-path.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/libre/linux-libre-tools/04-fix-usip-h-path.patch b/libre/linux-libre-tools/04-fix-usip-h-path.patch
new file mode 100644
index 000000000..2d9abce0a
--- /dev/null
+++ b/libre/linux-libre-tools/04-fix-usip-h-path.patch
@@ -0,0 +1,13 @@
+# Copyright 2014 Sébastien Luttringer
+
+--- a/tools/usb/usbip/libsrc/usbip_common.h 2014-10-06 02:13:09.295856364 +0200
++++ b/tools/usb/usbip/libsrc/usbip_common.h 2014-10-06 02:13:03.607873728 +0200
+@@ -15,7 +15,7 @@
+ #include <syslog.h>
+ #include <unistd.h>
+ #include <linux/usb/ch9.h>
+-#include <linux/usbip.h>
++#include "../../../include/uapi/linux/usbip.h"
+
+ #ifndef USBIDS_FILE
+ #define USBIDS_FILE "/usr/share/hwdata/usb.ids"