Index: uspace/lib/usbhost/include/usb/host/endpoint.h
===================================================================
--- uspace/lib/usbhost/include/usb/host/endpoint.h	(revision 56fd7cf53b8ee7af3e78e2237e566926562e0291)
+++ uspace/lib/usbhost/include/usb/host/endpoint.h	(revision d1bafbfd7597f429f460d4f3da31a778e2775324)
@@ -36,5 +36,5 @@
 #define LIBUSBHOST_HOST_ENDPOINT_H
 
-#include <bool.h>
+#include <stdbool.h>
 #include <adt/list.h>
 #include <fibril_synch.h>
Index: uspace/lib/usbhost/src/usb_endpoint_manager.c
===================================================================
--- uspace/lib/usbhost/src/usb_endpoint_manager.c	(revision 56fd7cf53b8ee7af3e78e2237e566926562e0291)
+++ uspace/lib/usbhost/src/usb_endpoint_manager.c	(revision d1bafbfd7597f429f460d4f3da31a778e2775324)
@@ -33,5 +33,5 @@
  */
 
-#include <bool.h>
+#include <stdbool.h>
 #include <assert.h>
 #include <errno.h>
