Index: uspace/drv/bus/usb/ohci/utils/malloc32.h
===================================================================
--- uspace/drv/bus/usb/ohci/utils/malloc32.h	(revision 68c60b0380083d00033732ec2b171ccb884fa46d)
+++ uspace/drv/bus/usb/ohci/utils/malloc32.h	(revision 6c942e10a02b225eb8ff89d4c66b0974960f4f4c)
@@ -37,4 +37,5 @@
 #include <assert.h>
 #include <malloc.h>
+#include <unistd.h>
 #include <errno.h>
 #include <mem.h>
Index: uspace/drv/bus/usb/uhci/utils/malloc32.h
===================================================================
--- uspace/drv/bus/usb/uhci/utils/malloc32.h	(revision 68c60b0380083d00033732ec2b171ccb884fa46d)
+++ uspace/drv/bus/usb/uhci/utils/malloc32.h	(revision 6c942e10a02b225eb8ff89d4c66b0974960f4f4c)
@@ -36,4 +36,5 @@
 
 #include <assert.h>
+#include <unistd.h>
 #include <errno.h>
 #include <malloc.h>
