diff options
author | Josh Blum <josh@joshknows.com> | 2010-09-27 00:32:46 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-09-27 00:32:46 -0700 |
commit | 694404694515e293da6b8949e74af5f469a2e1e5 (patch) | |
tree | 83bc33db90e5484456f6df74c21f8399e27bd8a9 /host/lib | |
parent | 1180615fe2ee1e976aeb9139eb1378fb93befb0f (diff) | |
download | uhd-694404694515e293da6b8949e74af5f469a2e1e5.tar.gz uhd-694404694515e293da6b8949e74af5f469a2e1e5.tar.bz2 uhd-694404694515e293da6b8949e74af5f469a2e1e5.zip |
usb: use the proper libusb include (in path set by pkgconfig)
Diffstat (limited to 'host/lib')
-rw-r--r-- | host/lib/transport/libusb1_base.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/transport/libusb1_base.hpp b/host/lib/transport/libusb1_base.hpp index 64a1442d1..04c1d6574 100644 --- a/host/lib/transport/libusb1_base.hpp +++ b/host/lib/transport/libusb1_base.hpp @@ -22,7 +22,7 @@ #include <boost/utility.hpp> #include <boost/shared_ptr.hpp> #include <uhd/transport/usb_device_handle.hpp> -#include <libusb-1.0/libusb.h> +#include <libusb.h> /*********************************************************************** * Libusb object oriented smart pointer wrappers: |