blob: 15e6e3f1cc01f036a7ef9c76771dbd1707ba2327 [file] [log] [blame]
--- a/teensy_loader_cli.c
+++ b/teensy_loader_cli.c
@@ -212,7 +212,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)
{