Index: uspace/drv/infrastructure/root/root.c
===================================================================
--- uspace/drv/infrastructure/root/root.c	(revision 0f2c80a17628da53fba63a7b3558ffd47d06ddcc)
+++ uspace/drv/infrastructure/root/root.c	(revision 3e6a98c595287c43d200d28d97f57755342be117)
@@ -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 0f2c80a17628da53fba63a7b3558ffd47d06ddcc)
+++ uspace/drv/infrastructure/rootamdm37x/amdm37x.h	(revision 3e6a98c595287c43d200d28d97f57755342be117)
@@ -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 0f2c80a17628da53fba63a7b3558ffd47d06ddcc)
+++ uspace/drv/infrastructure/rootpc/rootpc.c	(revision 3e6a98c595287c43d200d28d97f57755342be117)
@@ -39,5 +39,5 @@
 #include <stdio.h>
 #include <errno.h>
-#include <bool.h>
+#include <stdbool.h>
 #include <fibril_synch.h>
 #include <stdlib.h>
