diff options
author | ttsou | 2009-09-14 19:50:26 -0400 |
---|---|---|
committer | ttsou | 2009-09-16 17:08:52 -0400 |
commit | 579c6354514d57d3f1881131203ba6bbd9648816 (patch) | |
tree | 46db00c76afb21f792705dfe1cade7acac8068e7 /usrp/host/lib/fusb_win32.cc | |
parent | dce6d742c364daedda2f6e79da09e552ee910ede (diff) | |
download | gnuradio-579c6354514d57d3f1881131203ba6bbd9648816.tar.gz gnuradio-579c6354514d57d3f1881131203ba6bbd9648816.tar.bz2 gnuradio-579c6354514d57d3f1881131203ba6bbd9648816.zip |
Removed preprocessor declrs out of fusb.h and created separate fusb_libusb1_base.h
Diffstat (limited to 'usrp/host/lib/fusb_win32.cc')
-rw-r--r-- | usrp/host/lib/fusb_win32.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usrp/host/lib/fusb_win32.cc b/usrp/host/lib/fusb_win32.cc index 7b11bb919..8900576d9 100644 --- a/usrp/host/lib/fusb_win32.cc +++ b/usrp/host/lib/fusb_win32.cc @@ -20,9 +20,9 @@ * Boston, MA 02110-1301, USA. */ -//#ifdef HAVE_CONFIG_H -//#include "config.h" -//#endif +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif #include <fusb_win32.h> #include <usb.h> |