Index: uspace/drv/bus/isa/i8237.c
===================================================================
--- uspace/drv/bus/isa/i8237.c	(revision e2a6b727e4e48e0863bbeff4eadd944af3ceecdd)
+++ uspace/drv/bus/isa/i8237.c	(revision fdf97f669ebc5247e7fa984dc46c925def3c758f)
@@ -36,5 +36,5 @@
 
 #include <assert.h>
-#include <bool.h>
+#include <stdbool.h>
 #include <errno.h>
 #include <fibril_synch.h>
Index: uspace/drv/bus/isa/isa.c
===================================================================
--- uspace/drv/bus/isa/isa.c	(revision e2a6b727e4e48e0863bbeff4eadd944af3ceecdd)
+++ uspace/drv/bus/isa/isa.c	(revision fdf97f669ebc5247e7fa984dc46c925def3c758f)
@@ -42,5 +42,5 @@
 #include <stdio.h>
 #include <errno.h>
-#include <bool.h>
+#include <stdbool.h>
 #include <fibril_synch.h>
 #include <stdlib.h>
Index: uspace/drv/bus/pci/pciintel/pci.c
===================================================================
--- uspace/drv/bus/pci/pciintel/pci.c	(revision e2a6b727e4e48e0863bbeff4eadd944af3ceecdd)
+++ uspace/drv/bus/pci/pciintel/pci.c	(revision fdf97f669ebc5247e7fa984dc46c925def3c758f)
@@ -41,5 +41,5 @@
 #include <stdio.h>
 #include <errno.h>
-#include <bool.h>
+#include <stdbool.h>
 #include <fibril_synch.h>
 #include <str.h>
Index: uspace/drv/bus/usb/ohci/hw_struct/transfer_descriptor.h
===================================================================
--- uspace/drv/bus/usb/ohci/hw_struct/transfer_descriptor.h	(revision e2a6b727e4e48e0863bbeff4eadd944af3ceecdd)
+++ uspace/drv/bus/usb/ohci/hw_struct/transfer_descriptor.h	(revision fdf97f669ebc5247e7fa984dc46c925def3c758f)
@@ -35,5 +35,5 @@
 #define DRV_OHCI_HW_STRUCT_TRANSFER_DESCRIPTOR_H
 
-#include <bool.h>
+#include <stdbool.h>
 #include <stdint.h>
 
Index: uspace/drv/bus/usb/usbhid/generic/hiddev.c
===================================================================
--- uspace/drv/bus/usb/usbhid/generic/hiddev.c	(revision e2a6b727e4e48e0863bbeff4eadd944af3ceecdd)
+++ uspace/drv/bus/usb/usbhid/generic/hiddev.c	(revision fdf97f669ebc5247e7fa984dc46c925def3c758f)
@@ -42,5 +42,5 @@
 #include <errno.h>
 #include <str_error.h>
-#include <bool.h>
+#include <stdbool.h>
 
 #include <usbhid_iface.h>
Index: uspace/drv/bus/usb/usbhid/usbhid.h
===================================================================
--- uspace/drv/bus/usb/usbhid/usbhid.h	(revision e2a6b727e4e48e0863bbeff4eadd944af3ceecdd)
+++ uspace/drv/bus/usb/usbhid/usbhid.h	(revision fdf97f669ebc5247e7fa984dc46c925def3c758f)
@@ -44,5 +44,5 @@
 #include <usb/dev/driver.h>
 #include <usb/hid/hid.h>
-#include <bool.h>
+#include <stdbool.h>
 
 typedef struct usb_hid_dev usb_hid_dev_t;
Index: uspace/drv/bus/usb/usbhub/port.c
===================================================================
--- uspace/drv/bus/usb/usbhub/port.c	(revision e2a6b727e4e48e0863bbeff4eadd944af3ceecdd)
+++ uspace/drv/bus/usb/usbhub/port.c	(revision fdf97f669ebc5247e7fa984dc46c925def3c758f)
@@ -34,5 +34,5 @@
  */
 
-#include <bool.h>
+#include <stdbool.h>
 #include <errno.h>
 #include <str_error.h>
Index: uspace/drv/bus/usb/usbhub/status.h
===================================================================
--- uspace/drv/bus/usb/usbhub/status.h	(revision e2a6b727e4e48e0863bbeff4eadd944af3ceecdd)
+++ uspace/drv/bus/usb/usbhub/status.h	(revision fdf97f669ebc5247e7fa984dc46c925def3c758f)
@@ -34,5 +34,5 @@
 #define	HUB_STATUS_H
 
-#include <bool.h>
+#include <stdbool.h>
 #include <sys/types.h>
 #include <usb/dev/request.h>
Index: uspace/drv/bus/usb/usbhub/usbhub.c
===================================================================
--- uspace/drv/bus/usb/usbhub/usbhub.c	(revision e2a6b727e4e48e0863bbeff4eadd944af3ceecdd)
+++ uspace/drv/bus/usb/usbhub/usbhub.c	(revision fdf97f669ebc5247e7fa984dc46c925def3c758f)
@@ -35,5 +35,5 @@
 
 #include <ddf/driver.h>
-#include <bool.h>
+#include <stdbool.h>
 #include <errno.h>
 #include <str_error.h>
Index: uspace/drv/bus/usb/usbmast/bo_trans.c
===================================================================
--- uspace/drv/bus/usb/usbmast/bo_trans.c	(revision e2a6b727e4e48e0863bbeff4eadd944af3ceecdd)
+++ uspace/drv/bus/usb/usbmast/bo_trans.c	(revision fdf97f669ebc5247e7fa984dc46c925def3c758f)
@@ -34,5 +34,5 @@
  * USB mass storage bulk-only transport.
  */
-#include <bool.h>
+#include <stdbool.h>
 #include <errno.h>
 #include <str_error.h>
