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

Side by Side Diff: patches/14_libusb1_header.patch

Issue 11227014: Change libmtp to include libusb from the right location. (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/third_party/libmtp/
Patch Set: Created 8 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | src/libusb-glue.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 Index: src/libusb-glue.h
2 ===================================================================
3 --- src/libusb-glue.h (revision 163078)
4 +++ src/libusb-glue.h (working copy)
5 @@ -32,7 +32,7 @@
6
7 #include "ptp.h"
8 #ifdef HAVE_LIBUSB1
9 -#include <libusb-1.0/libusb.h>
10 +#include "libusb.h"
11 #endif
12 #ifdef HAVE_LIBUSB0
13 #include <usb.h>
OLDNEW
« no previous file with comments | « no previous file | src/libusb-glue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698