diff options
author | ttsou | 2009-09-14 21:42:03 -0400 |
---|---|---|
committer | ttsou | 2009-09-16 17:08:53 -0400 |
commit | 44269e7b15129102f93131269e7796fde70ddc05 (patch) | |
tree | bd9a11623e0ad6b20c6c41b2caf6d313c6e969b4 /usrp/host/lib/fusb_libusb1.h | |
parent | 7f32e69cf2d599e0c5462164500ac2337f4417a7 (diff) | |
download | gnuradio-44269e7b15129102f93131269e7796fde70ddc05.tar.gz gnuradio-44269e7b15129102f93131269e7796fde70ddc05.tar.bz2 gnuradio-44269e7b15129102f93131269e7796fde70ddc05.zip |
Moved to single generated fusb.h, headers now generated out of lib directory
Diffstat (limited to 'usrp/host/lib/fusb_libusb1.h')
-rw-r--r-- | usrp/host/lib/fusb_libusb1.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usrp/host/lib/fusb_libusb1.h b/usrp/host/lib/fusb_libusb1.h index 0257ac38a..4bc49aafb 100644 --- a/usrp/host/lib/fusb_libusb1.h +++ b/usrp/host/lib/fusb_libusb1.h @@ -23,7 +23,7 @@ #ifndef _FUSB_LIBUSB1_H_ #define _FUSB_LIBUSB1_H_ -#include <fusb_libusb1_base.h> +#include <fusb.h> #include <list> struct libusb_transfer; |