Index: uspace/lib/usb/include/usb/hc.h
===================================================================
--- uspace/lib/usb/include/usb/hc.h	(revision b6933f353de0d486d1b345337501236cb8c3da99)
+++ uspace/lib/usb/include/usb/hc.h	(revision 26a8c18d1889eb6baf7ed5b8637eae1ec540730d)
@@ -39,5 +39,5 @@
 #include <devman.h>
 #include <ddf/driver.h>
-#include <bool.h>
+#include <stdbool.h>
 #include <fibril_synch.h>
 #include <usb/usb.h>
Index: uspace/lib/usb/include/usb/usb.h
===================================================================
--- uspace/lib/usb/include/usb/usb.h	(revision b6933f353de0d486d1b345337501236cb8c3da99)
+++ uspace/lib/usb/include/usb/usb.h	(revision 26a8c18d1889eb6baf7ed5b8637eae1ec540730d)
@@ -35,5 +35,5 @@
 #define LIBUSB_USB_H_
 
-#include <bool.h>
+#include <stdbool.h>
 #include <sys/types.h>
 #include <byteorder.h>
