Index: uspace/lib/usb/include/usb/classes/hub.h
===================================================================
--- uspace/lib/usb/include/usb/classes/hub.h	(revision 585635856440deab73ad5891daab8fa87901aa68)
+++ uspace/lib/usb/include/usb/classes/hub.h	(revision 8d2dd7f2d52fbc7693f94b66e451eeff3756d061)
@@ -36,5 +36,5 @@
 #define LIBUSB_CLASS_HUB_H_
 
-#include <sys/types.h>
+#include <stdint.h>
 
 /** Hub class feature selector.
Index: uspace/lib/usb/include/usb/debug.h
===================================================================
--- uspace/lib/usb/include/usb/debug.h	(revision 585635856440deab73ad5891daab8fa87901aa68)
+++ uspace/lib/usb/include/usb/debug.h	(revision 8d2dd7f2d52fbc7693f94b66e451eeff3756d061)
@@ -36,5 +36,6 @@
 #define LIBUSB_DEBUG_H_
 #include <stdio.h>
-#include <sys/types.h>
+#include <stddef.h>
+#include <stdint.h>
 #include <io/log.h>
 
Index: uspace/lib/usb/include/usb/descriptor.h
===================================================================
--- uspace/lib/usb/include/usb/descriptor.h	(revision 585635856440deab73ad5891daab8fa87901aa68)
+++ uspace/lib/usb/include/usb/descriptor.h	(revision 8d2dd7f2d52fbc7693f94b66e451eeff3756d061)
@@ -36,5 +36,5 @@
 #define LIBUSB_DESCRIPTOR_H_
 
-#include <sys/types.h>
+#include <stdint.h>
 
 /** Descriptor type. */
Index: uspace/lib/usb/include/usb/request.h
===================================================================
--- uspace/lib/usb/include/usb/request.h	(revision 585635856440deab73ad5891daab8fa87901aa68)
+++ uspace/lib/usb/include/usb/request.h	(revision 8d2dd7f2d52fbc7693f94b66e451eeff3756d061)
@@ -36,5 +36,5 @@
 #define LIBUSB_REQUEST_H_
 
-#include <sys/types.h>
+#include <stdint.h>
 
 /** Standard device request. */
Index: uspace/lib/usb/include/usb/usb.h
===================================================================
--- uspace/lib/usb/include/usb/usb.h	(revision 585635856440deab73ad5891daab8fa87901aa68)
+++ uspace/lib/usb/include/usb/usb.h	(revision 8d2dd7f2d52fbc7693f94b66e451eeff3756d061)
@@ -36,5 +36,5 @@
 
 #include <stdbool.h>
-#include <sys/types.h>
+#include <stdint.h>
 #include <byteorder.h>
 
