Use non-versionned libusb.h path
Last-Update: 2013-03-03 Reference: http://thread.gmane.org/gmane.comp.lib.libusb.devel.general/11611 Hopefully fixes the kFreeBSD FTBFS. Gbp-Pq: Name use-non-versionned-libusbh-path.patch
This commit is contained in:
parent
f53e24c439
commit
0854ccbf36
|
@ -18,7 +18,7 @@
|
||||||
* License along with this library; if not, write to the Free Software
|
* License along with this library; if not, write to the Free Software
|
||||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
*/
|
*/
|
||||||
#include <libusb-1.0/libusb.h>
|
#include <libusb.h>
|
||||||
|
|
||||||
enum {
|
enum {
|
||||||
VFS301_DEFAULT_WAIT_TIMEOUT = 300,
|
VFS301_DEFAULT_WAIT_TIMEOUT = 300,
|
||||||
|
|
Loading…
Reference in New Issue