summaryrefslogtreecommitdiff
path: root/usrp/host/lib/fusb_win32.cc
diff options
context:
space:
mode:
authorttsou2009-09-14 19:50:26 -0400
committerttsou2009-09-16 17:08:52 -0400
commit579c6354514d57d3f1881131203ba6bbd9648816 (patch)
tree46db00c76afb21f792705dfe1cade7acac8068e7 /usrp/host/lib/fusb_win32.cc
parentdce6d742c364daedda2f6e79da09e552ee910ede (diff)
downloadgnuradio-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.cc6
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>