Mageia Bugzilla – Attachment 11106 Details for
Bug 23853
Update android-tools to 9.0.0_r21
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
libusb-modifications
0002-libusb-modifications.patch (text/plain), 425 bytes, created by
Kristoffer Grundström
on 2019-06-18 12:14:07 CEST
(
hide
)
Description:
libusb-modifications
Filename:
MIME Type:
Creator:
Kristoffer Grundström
Created:
2019-06-18 12:14:07 CEST
Size:
425 bytes
patch
obsolete
>diff --git a/core/adb/client/usb_libusb.cpp b/core/adb/client/usb_libusb.cpp >index 7adb262..b994c8c 100644 >--- a/core/adb/client/usb_libusb.cpp >+++ b/core/adb/client/usb_libusb.cpp >@@ -27,8 +27,9 @@ > #include <string> > #include <thread> > #include <unordered_map> >+#include <condition_variable> > >-#include <libusb/libusb.h> >+#include <libusb-1.0/libusb.h> > > #include <android-base/file.h> > #include <android-base/logging.h>
diff --git a/core/adb/client/usb_libusb.cpp b/core/adb/client/usb_libusb.cpp index 7adb262..b994c8c 100644 --- a/core/adb/client/usb_libusb.cpp +++ b/core/adb/client/usb_libusb.cpp @@ -27,8 +27,9 @@ #include <string> #include <thread> #include <unordered_map> +#include <condition_variable> -#include <libusb/libusb.h> +#include <libusb-1.0/libusb.h> #include <android-base/file.h> #include <android-base/logging.h>
View Attachment As Raw
Actions:
View
Attachments on
bug 23853
:
10474
|
10475
|
10476
|
10477
|
10478
|
10479
|
10480
|
10481
|
10482
|
11104
|
11105
|
11106
|
11107
|
11108
|
11109
|
11110
|
11111
|
11112
|
11113
|
11114