diff options
-rw-r--r-- | include/uapi/linux/Kbuild | 1 | ||||
-rw-r--r-- | tools/usb/usbip/libsrc/usbip_common.h | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/include/uapi/linux/Kbuild b/include/uapi/linux/Kbuild index 24e9033f8b3f..9955c3b0ef93 100644 --- a/include/uapi/linux/Kbuild +++ b/include/uapi/linux/Kbuild | |||
@@ -395,6 +395,7 @@ header-y += un.h | |||
395 | header-y += unistd.h | 395 | header-y += unistd.h |
396 | header-y += unix_diag.h | 396 | header-y += unix_diag.h |
397 | header-y += usbdevice_fs.h | 397 | header-y += usbdevice_fs.h |
398 | header-y += usbip.h | ||
398 | header-y += utime.h | 399 | header-y += utime.h |
399 | header-y += utsname.h | 400 | header-y += utsname.h |
400 | header-y += uuid.h | 401 | header-y += uuid.h |
diff --git a/tools/usb/usbip/libsrc/usbip_common.h b/tools/usb/usbip/libsrc/usbip_common.h index 5a0e95edf4df..15fe792e1e96 100644 --- a/tools/usb/usbip/libsrc/usbip_common.h +++ b/tools/usb/usbip/libsrc/usbip_common.h | |||
@@ -15,7 +15,7 @@ | |||
15 | #include <syslog.h> | 15 | #include <syslog.h> |
16 | #include <unistd.h> | 16 | #include <unistd.h> |
17 | #include <linux/usb/ch9.h> | 17 | #include <linux/usb/ch9.h> |
18 | #include "../../uapi/usbip.h" | 18 | #include <linux/usbip.h> |
19 | 19 | ||
20 | #ifndef USBIDS_FILE | 20 | #ifndef USBIDS_FILE |
21 | #define USBIDS_FILE "/usr/share/hwdata/usb.ids" | 21 | #define USBIDS_FILE "/usr/share/hwdata/usb.ids" |