diff options
Diffstat (limited to 'usrp/host/lib/fusb_linux.cc')
-rw-r--r-- | usrp/host/lib/fusb_linux.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usrp/host/lib/fusb_linux.cc b/usrp/host/lib/fusb_linux.cc index 0b3aaed71..6c484569f 100644 --- a/usrp/host/lib/fusb_linux.cc +++ b/usrp/host/lib/fusb_linux.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_linux.h> #include <usb.h> // libusb header |