Index: uspace/lib/usbhost/include/usb/host/hcd.h
===================================================================
--- uspace/lib/usbhost/include/usb/host/hcd.h	(revision 585635856440deab73ad5891daab8fa87901aa68)
+++ uspace/lib/usbhost/include/usb/host/hcd.h	(revision 0e7c3d945e5577b7d3eb35ce33778dfb21249380)
@@ -44,5 +44,6 @@
 #include <assert.h>
 #include <usbhc_iface.h>
-#include <sys/types.h>
+#include <stddef.h>
+#include <stdint.h>
 
 typedef struct hcd hcd_t;
Index: uspace/lib/usbhost/include/usb/host/usb_transfer_batch.h
===================================================================
--- uspace/lib/usbhost/include/usb/host/usb_transfer_batch.h	(revision 585635856440deab73ad5891daab8fa87901aa68)
+++ uspace/lib/usbhost/include/usb/host/usb_transfer_batch.h	(revision 0e7c3d945e5577b7d3eb35ce33778dfb21249380)
@@ -42,5 +42,6 @@
 #include <assert.h>
 #include <stdbool.h>
-#include <sys/types.h>
+#include <stddef.h>
+#include <stdint.h>
 #include <usbhc_iface.h>
 
Index: uspace/lib/usbhost/include/usb/host/utils/malloc32.h
===================================================================
--- uspace/lib/usbhost/include/usb/host/utils/malloc32.h	(revision 585635856440deab73ad5891daab8fa87901aa68)
+++ uspace/lib/usbhost/include/usb/host/utils/malloc32.h	(revision 0e7c3d945e5577b7d3eb35ce33778dfb21249380)
@@ -40,5 +40,6 @@
 #include <errno.h>
 #include <stdlib.h>
-#include <sys/types.h>
+#include <stddef.h>
+#include <stdint.h>
 
 /* Generic TDs and EDs require 16byte alignment,
