libusb.h comes from different location
authorUmang Parmar <umangjparmar@gmail.com>
Wed, 11 Jan 2023 08:19:44 +0000 (08:19 +0000)
committerJochen Sprickerhof <jspricke@debian.org>
Wed, 11 Jan 2023 08:19:44 +0000 (08:19 +0000)
Forwarded: not-needed
Last-Update: 2018-05-26

Gbp-Pq: Topic system/core
Gbp-Pq: Name libusb-header-path.patch

system/core/adb/client/usb_libusb.cpp

index 53f01a0ce5f75756dfae89478f7d4da5b5bc7b3d..b4c3aadc285544158cd463d682cb447ff5ac79d9 100644 (file)
@@ -30,7 +30,7 @@
 #include <thread>
 #include <unordered_map>
 
-#include <libusb/libusb.h>
+#include <libusb-1.0/libusb.h>
 
 #include <android-base/file.h>
 #include <android-base/logging.h>