diff options
Diffstat (limited to 'usrp/host/lib/fusb.h')
-rw-r--r-- | usrp/host/lib/fusb.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/usrp/host/lib/fusb.h b/usrp/host/lib/fusb.h index 341e570a43..2ff7dc89fa 100644 --- a/usrp/host/lib/fusb.h +++ b/usrp/host/lib/fusb.h @@ -25,6 +25,10 @@ #ifndef _FUSB_H_ #define _FUSB_H_ +/* + * This is bad, but it works for now. The fusb header files are not installed. + */ + #ifdef HAVE_CONFIG_H #include "config.h" #endif @@ -33,7 +37,7 @@ struct libusb_device_handle; #else struct usb_dev_handle; -typedef struct usb_dev_handle libusb_device_handle; +typedef usb_dev_handle libusb_device_handle; #endif struct libusb_context; |