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

Unified Diff: src/libusb-glue.h

Issue 11361250: Fix libmtp build. Forgot to apply patches/14_libusb1_header.patch. (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/third_party/libmtp/
Patch Set: Created 8 years, 1 month 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/libusb-glue.h
===================================================================
--- src/libusb-glue.h (revision 167447)
+++ src/libusb-glue.h (working copy)
@@ -32,7 +32,7 @@
#include "ptp.h"
#ifdef HAVE_LIBUSB1
-#include <libusb-1.0/libusb.h>
+#include "libusb.h"
#endif
#ifdef HAVE_LIBUSB0
#include <usb.h>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698