Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(456)

Side by Side Diff: patches/14_libusb1_header.patch

Issue 2364793002: Revert "Uprev libmtp to 1.1.12" (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/libmtp@master
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « patches/12_check_for_libusb_init_failures.patch ('k') | patches/16_fix_leaks.patch » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 diff --git a/src/libusb-glue.h b/src/libusb-glue.h 1 Index: src/libusb-glue.h
2 index 0ea6b29..55cb373 100644 2 ===================================================================
3 --- a/src/libusb-glue.h 3 --- src/libusb-glue.h» (revision 163078)
4 +++ b/src/libusb-glue.h 4 +++ src/libusb-glue.h» (working copy)
5 @@ -32,7 +32,7 @@ 5 @@ -32,7 +32,7 @@
6 6
7 #include "ptp.h" 7 #include "ptp.h"
8 #ifdef HAVE_LIBUSB1 8 #ifdef HAVE_LIBUSB1
9 -#include <libusb.h> 9 -#include <libusb-1.0/libusb.h>
10 +#include "libusb.h" 10 +#include "libusb.h"
11 #endif 11 #endif
12 #ifdef HAVE_LIBUSB0 12 #ifdef HAVE_LIBUSB0
13 #include <usb.h> 13 #include <usb.h>
OLDNEW
« no previous file with comments | « patches/12_check_for_libusb_init_failures.patch ('k') | patches/16_fix_leaks.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698