diff options
| -rw-r--r-- | adb/usb_linux.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/adb/usb_linux.c b/adb/usb_linux.c index 4b5edb64..eb10118b 100644 --- a/adb/usb_linux.c +++ b/adb/usb_linux.c @@ -20,6 +20,7 @@ #include <string.h> #include <usbhost/usbhost.h> +#include <linux/usbdevice_fs.h> #include <linux/version.h> #if LINUX_VERSION_CODE > KERNEL_VERSION(2, 6, 20) #include <linux/usb/ch9.h> |
