Index: uspace/drv/bus/isa/i8237.c
===================================================================
--- uspace/drv/bus/isa/i8237.c	(revision e1c6d5dfb8468c498db7202bf029bc2e762edd18)
+++ 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 e1c6d5dfb8468c498db7202bf029bc2e762edd18)
+++ 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 e1c6d5dfb8468c498db7202bf029bc2e762edd18)
+++ 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 e1c6d5dfb8468c498db7202bf029bc2e762edd18)
+++ 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 e1c6d5dfb8468c498db7202bf029bc2e762edd18)
+++ 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 e1c6d5dfb8468c498db7202bf029bc2e762edd18)
+++ 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 e1c6d5dfb8468c498db7202bf029bc2e762edd18)
+++ 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 e1c6d5dfb8468c498db7202bf029bc2e762edd18)
+++ 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 e1c6d5dfb8468c498db7202bf029bc2e762edd18)
+++ 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 e1c6d5dfb8468c498db7202bf029bc2e762edd18)
+++ 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>
Index: uspace/drv/char/ns8250/ns8250.c
===================================================================
--- uspace/drv/char/ns8250/ns8250.c	(revision e1c6d5dfb8468c498db7202bf029bc2e762edd18)
+++ uspace/drv/char/ns8250/ns8250.c	(revision fdf97f669ebc5247e7fa984dc46c925def3c758f)
@@ -40,5 +40,5 @@
 #include <stdio.h>
 #include <errno.h>
-#include <bool.h>
+#include <stdbool.h>
 #include <fibril_synch.h>
 #include <stdlib.h>
Index: uspace/drv/char/ps2mouse/ps2mouse.c
===================================================================
--- uspace/drv/char/ps2mouse/ps2mouse.c	(revision e1c6d5dfb8468c498db7202bf029bc2e762edd18)
+++ uspace/drv/char/ps2mouse/ps2mouse.c	(revision fdf97f669ebc5247e7fa984dc46c925def3c758f)
@@ -33,5 +33,5 @@
  */
 
-#include <bool.h>
+#include <stdbool.h>
 #include <errno.h>
 #include <ddf/log.h>
Index: uspace/drv/infrastructure/root/root.c
===================================================================
--- uspace/drv/infrastructure/root/root.c	(revision e1c6d5dfb8468c498db7202bf029bc2e762edd18)
+++ uspace/drv/infrastructure/root/root.c	(revision fdf97f669ebc5247e7fa984dc46c925def3c758f)
@@ -41,5 +41,5 @@
 #include <stdio.h>
 #include <errno.h>
-#include <bool.h>
+#include <stdbool.h>
 #include <fibril_synch.h>
 #include <stdlib.h>
Index: uspace/drv/infrastructure/rootamdm37x/amdm37x.h
===================================================================
--- uspace/drv/infrastructure/rootamdm37x/amdm37x.h	(revision e1c6d5dfb8468c498db7202bf029bc2e762edd18)
+++ uspace/drv/infrastructure/rootamdm37x/amdm37x.h	(revision fdf97f669ebc5247e7fa984dc46c925def3c758f)
@@ -48,5 +48,5 @@
 #include "prm/global_reg.h"
 
-#include <bool.h>
+#include <stdbool.h>
 
 typedef struct {
Index: uspace/drv/infrastructure/rootpc/rootpc.c
===================================================================
--- uspace/drv/infrastructure/rootpc/rootpc.c	(revision e1c6d5dfb8468c498db7202bf029bc2e762edd18)
+++ uspace/drv/infrastructure/rootpc/rootpc.c	(revision fdf97f669ebc5247e7fa984dc46c925def3c758f)
@@ -39,5 +39,5 @@
 #include <stdio.h>
 #include <errno.h>
-#include <bool.h>
+#include <stdbool.h>
 #include <fibril_synch.h>
 #include <stdlib.h>
