From a9d59dc497435e8c04dc1c0210268dcf85062b03 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Mon, 6 Oct 2014 12:33:17 -0200 Subject: linux-libre-tools-3.17_gnu-1: updating version * implement FS#41690 -> https://bugs.archlinux.org/task/41690 --- libre/linux-libre-tools/04-fix-usip-h-path.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 libre/linux-libre-tools/04-fix-usip-h-path.patch (limited to 'libre/linux-libre-tools/04-fix-usip-h-path.patch') 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 + #include + #include +-#include ++#include "../../../include/uapi/linux/usbip.h" + + #ifndef USBIDS_FILE + #define USBIDS_FILE "/usr/share/hwdata/usb.ids" -- cgit v1.2.3