12 lines
257 B
Diff
12 lines
257 B
Diff
--- a/hid_bootloader_cli.c
|
|
+++ b/hid_bootloader_cli.c
|
|
@@ -188,7 +188,7 @@
|
|
#if defined(USE_LIBUSB)
|
|
|
|
// http://libusb.sourceforge.net/doc/index.html
|
|
-#include <usb.h>
|
|
+#include <libusb-compat/usb.h>
|
|
|
|
usb_dev_handle * open_usb_device(int vid, int pid)
|
|
{
|