Index: uspace/app/bdsh/compl.c
===================================================================
--- uspace/app/bdsh/compl.c	(revision e1c6d5dfb8468c498db7202bf029bc2e762edd18)
+++ uspace/app/bdsh/compl.c	(revision 3e6a98c595287c43d200d28d97f57755342be117)
@@ -28,5 +28,5 @@
  */
 
-#include <bool.h>
+#include <stdbool.h>
 #include <dirent.h>
 #include <errno.h>
Index: uspace/app/bdsh/input.c
===================================================================
--- uspace/app/bdsh/input.c	(revision e1c6d5dfb8468c498db7202bf029bc2e762edd18)
+++ uspace/app/bdsh/input.c	(revision 3e6a98c595287c43d200d28d97f57755342be117)
@@ -41,5 +41,5 @@
 #include <errno.h>
 #include <assert.h>
-#include <bool.h>
+#include <stdbool.h>
 #include <tinput.h>
 
Index: uspace/app/edit/edit.c
===================================================================
--- uspace/app/edit/edit.c	(revision e1c6d5dfb8468c498db7202bf029bc2e762edd18)
+++ uspace/app/edit/edit.c	(revision 3e6a98c595287c43d200d28d97f57755342be117)
@@ -47,5 +47,5 @@
 #include <macros.h>
 #include <clipboard.h>
-#include <bool.h>
+#include <stdbool.h>
 
 #include "sheet.h"
Index: uspace/app/edit/sheet.h
===================================================================
--- uspace/app/edit/sheet.h	(revision e1c6d5dfb8468c498db7202bf029bc2e762edd18)
+++ uspace/app/edit/sheet.h	(revision 3e6a98c595287c43d200d28d97f57755342be117)
@@ -39,5 +39,5 @@
 #include <adt/list.h>
 #include <sys/types.h>
-#include <bool.h>
+#include <stdbool.h>
 
 /** Direction (in linear space) */
Index: uspace/app/init/init.c
===================================================================
--- uspace/app/init/init.c	(revision e1c6d5dfb8468c498db7202bf029bc2e762edd18)
+++ uspace/app/init/init.c	(revision 3e6a98c595287c43d200d28d97f57755342be117)
@@ -39,5 +39,5 @@
 #include <stdarg.h>
 #include <vfs/vfs.h>
-#include <bool.h>
+#include <stdbool.h>
 #include <errno.h>
 #include <fcntl.h>
Index: uspace/app/mkbd/main.c
===================================================================
--- uspace/app/mkbd/main.c	(revision e1c6d5dfb8468c498db7202bf029bc2e762edd18)
+++ uspace/app/mkbd/main.c	(revision 3e6a98c595287c43d200d28d97f57755342be117)
@@ -40,5 +40,5 @@
 #include <errno.h>
 #include <str_error.h>
-#include <bool.h>
+#include <stdbool.h>
 #include <getopt.h>
 #include <devman.h>
Index: uspace/app/mkexfat/exfat.h
===================================================================
--- uspace/app/mkexfat/exfat.h	(revision e1c6d5dfb8468c498db7202bf029bc2e762edd18)
+++ uspace/app/mkexfat/exfat.h	(revision 3e6a98c595287c43d200d28d97f57755342be117)
@@ -34,5 +34,5 @@
 #include <sys/types.h>
 #include <stdint.h>
-#include <bool.h>
+#include <stdbool.h>
 
 #define EXFAT_FILENAME_LEN	255
Index: uspace/app/mkexfat/mkexfat.c
===================================================================
--- uspace/app/mkexfat/mkexfat.c	(revision e1c6d5dfb8468c498db7202bf029bc2e762edd18)
+++ uspace/app/mkexfat/mkexfat.c	(revision 3e6a98c595287c43d200d28d97f57755342be117)
@@ -46,5 +46,5 @@
 #include <sys/types.h>
 #include <sys/typefmt.h>
-#include <bool.h>
+#include <stdbool.h>
 #include <str.h>
 #include <getopt.h>
Index: uspace/app/nettest2/nettest2.c
===================================================================
--- uspace/app/nettest2/nettest2.c	(revision e1c6d5dfb8468c498db7202bf029bc2e762edd18)
+++ uspace/app/nettest2/nettest2.c	(revision 3e6a98c595287c43d200d28d97f57755342be117)
@@ -45,5 +45,5 @@
 #include <time.h>
 #include <arg_parse.h>
-#include <bool.h>
+#include <stdbool.h>
 
 #include <net/in.h>
Index: uspace/app/nterm/conn.c
===================================================================
--- uspace/app/nterm/conn.c	(revision e1c6d5dfb8468c498db7202bf029bc2e762edd18)
+++ uspace/app/nterm/conn.c	(revision 3e6a98c595287c43d200d28d97f57755342be117)
@@ -33,5 +33,5 @@
  */
 
-#include <bool.h>
+#include <stdbool.h>
 #include <errno.h>
 #include <fibril.h>
Index: uspace/app/nterm/nterm.c
===================================================================
--- uspace/app/nterm/nterm.c	(revision e1c6d5dfb8468c498db7202bf029bc2e762edd18)
+++ uspace/app/nterm/nterm.c	(revision 3e6a98c595287c43d200d28d97f57755342be117)
@@ -33,5 +33,5 @@
  */
 
-#include <bool.h>
+#include <stdbool.h>
 #include <errno.h>
 #include <io/console.h>
Index: uspace/app/ping/ping.c
===================================================================
--- uspace/app/ping/ping.c	(revision e1c6d5dfb8468c498db7202bf029bc2e762edd18)
+++ uspace/app/ping/ping.c	(revision 3e6a98c595287c43d200d28d97f57755342be117)
@@ -34,5 +34,5 @@
 
 #include <async.h>
-#include <bool.h>
+#include <stdbool.h>
 #include <errno.h>
 #include <fibril_synch.h>
Index: uspace/app/stats/stats.c
===================================================================
--- uspace/app/stats/stats.c	(revision e1c6d5dfb8468c498db7202bf029bc2e762edd18)
+++ uspace/app/stats/stats.c	(revision 3e6a98c595287c43d200d28d97f57755342be117)
@@ -44,5 +44,5 @@
 #include <malloc.h>
 #include <inttypes.h>
-#include <bool.h>
+#include <stdbool.h>
 #include <str.h>
 #include <arg_parse.h>
Index: uspace/app/taskdump/taskdump.c
===================================================================
--- uspace/app/taskdump/taskdump.c	(revision e1c6d5dfb8468c498db7202bf029bc2e762edd18)
+++ uspace/app/taskdump/taskdump.c	(revision 3e6a98c595287c43d200d28d97f57755342be117)
@@ -47,5 +47,5 @@
 #include <macros.h>
 #include <assert.h>
-#include <bool.h>
+#include <stdbool.h>
 
 #include <symtab.h>
Index: uspace/app/tester/float/softfloat1.c
===================================================================
--- uspace/app/tester/float/softfloat1.c	(revision e1c6d5dfb8468c498db7202bf029bc2e762edd18)
+++ uspace/app/tester/float/softfloat1.c	(revision 3e6a98c595287c43d200d28d97f57755342be117)
@@ -36,5 +36,5 @@
 #include <comparison.h>
 #include <conversion.h>
-#include <bool.h>
+#include <stdbool.h>
 #include "../tester.h"
 
Index: uspace/app/tester/mm/common.h
===================================================================
--- uspace/app/tester/mm/common.h	(revision e1c6d5dfb8468c498db7202bf029bc2e762edd18)
+++ uspace/app/tester/mm/common.h	(revision 3e6a98c595287c43d200d28d97f57755342be117)
@@ -37,5 +37,5 @@
 
 #include <sys/types.h>
-#include <bool.h>
+#include <stdbool.h>
 #include <adt/list.h>
 
Index: uspace/app/tester/tester.h
===================================================================
--- uspace/app/tester/tester.h	(revision e1c6d5dfb8468c498db7202bf029bc2e762edd18)
+++ uspace/app/tester/tester.h	(revision 3e6a98c595287c43d200d28d97f57755342be117)
@@ -37,5 +37,5 @@
 
 #include <sys/types.h>
-#include <bool.h>
+#include <stdbool.h>
 #include <stacktrace.h>
 
Index: uspace/app/tetris/screen.c
===================================================================
--- uspace/app/tetris/screen.c	(revision e1c6d5dfb8468c498db7202bf029bc2e762edd18)
+++ uspace/app/tetris/screen.c	(revision 3e6a98c595287c43d200d28d97f57755342be117)
@@ -61,5 +61,5 @@
 #include <vfs/vfs.h>
 #include <async.h>
-#include <bool.h>
+#include <stdbool.h>
 #include <io/console.h>
 #include <io/style.h>
Index: uspace/app/tetris/screen.h
===================================================================
--- uspace/app/tetris/screen.h	(revision e1c6d5dfb8468c498db7202bf029bc2e762edd18)
+++ uspace/app/tetris/screen.h	(revision 3e6a98c595287c43d200d28d97f57755342be117)
@@ -58,5 +58,5 @@
 #include <io/console.h>
 #include <async.h>
-#include <bool.h>
+#include <stdbool.h>
 
 typedef struct {
Index: uspace/app/trace/trace.c
===================================================================
--- uspace/app/trace/trace.c	(revision e1c6d5dfb8468c498db7202bf029bc2e762edd18)
+++ uspace/app/trace/trace.c	(revision 3e6a98c595287c43d200d28d97f57755342be117)
@@ -43,5 +43,5 @@
 #include <mem.h>
 #include <str.h>
-#include <bool.h>
+#include <stdbool.h>
 #include <loader/loader.h>
 #include <io/console.h>
Index: uspace/app/usbinfo/desctree.c
===================================================================
--- uspace/app/usbinfo/desctree.c	(revision e1c6d5dfb8468c498db7202bf029bc2e762edd18)
+++ uspace/app/usbinfo/desctree.c	(revision 3e6a98c595287c43d200d28d97f57755342be117)
@@ -39,5 +39,5 @@
 #include <errno.h>
 #include <str_error.h>
-#include <bool.h>
+#include <stdbool.h>
 
 #include <usb/usb.h>
Index: uspace/app/usbinfo/dump.c
===================================================================
--- uspace/app/usbinfo/dump.c	(revision e1c6d5dfb8468c498db7202bf029bc2e762edd18)
+++ uspace/app/usbinfo/dump.c	(revision 3e6a98c595287c43d200d28d97f57755342be117)
@@ -39,5 +39,5 @@
 #include <errno.h>
 #include <str_error.h>
-#include <bool.h>
+#include <stdbool.h>
 
 #include <usb/usb.h>
Index: uspace/app/usbinfo/list.c
===================================================================
--- uspace/app/usbinfo/list.c	(revision e1c6d5dfb8468c498db7202bf029bc2e762edd18)
+++ uspace/app/usbinfo/list.c	(revision 3e6a98c595287c43d200d28d97f57755342be117)
@@ -40,5 +40,5 @@
 #include <errno.h>
 #include <str_error.h>
-#include <bool.h>
+#include <stdbool.h>
 #include <getopt.h>
 #include <devman.h>
Index: uspace/app/usbinfo/main.c
===================================================================
--- uspace/app/usbinfo/main.c	(revision e1c6d5dfb8468c498db7202bf029bc2e762edd18)
+++ uspace/app/usbinfo/main.c	(revision 3e6a98c595287c43d200d28d97f57755342be117)
@@ -39,5 +39,5 @@
 #include <errno.h>
 #include <str_error.h>
-#include <bool.h>
+#include <stdbool.h>
 #include <getopt.h>
 #include <devman.h>
Index: uspace/app/vdemo/vdemo.c
===================================================================
--- uspace/app/vdemo/vdemo.c	(revision e1c6d5dfb8468c498db7202bf029bc2e762edd18)
+++ uspace/app/vdemo/vdemo.c	(revision 3e6a98c595287c43d200d28d97f57755342be117)
@@ -33,5 +33,5 @@
  */
 
-#include <bool.h>
+#include <stdbool.h>
 #include <stdio.h>
 #include <malloc.h>
Index: uspace/app/vlaunch/vlaunch.c
===================================================================
--- uspace/app/vlaunch/vlaunch.c	(revision e1c6d5dfb8468c498db7202bf029bc2e762edd18)
+++ uspace/app/vlaunch/vlaunch.c	(revision 3e6a98c595287c43d200d28d97f57755342be117)
@@ -33,5 +33,5 @@
  */
 
-#include <bool.h>
+#include <stdbool.h>
 #include <errno.h>
 #include <stdio.h>
Index: uspace/app/vterm/vterm.c
===================================================================
--- uspace/app/vterm/vterm.c	(revision e1c6d5dfb8468c498db7202bf029bc2e762edd18)
+++ uspace/app/vterm/vterm.c	(revision 3e6a98c595287c43d200d28d97f57755342be117)
@@ -33,5 +33,5 @@
  */
 
-#include <bool.h>
+#include <stdbool.h>
 #include <stdio.h>
 #include <io/pixel.h>
Index: uspace/app/websrv/websrv.c
===================================================================
--- uspace/app/websrv/websrv.c	(revision e1c6d5dfb8468c498db7202bf029bc2e762edd18)
+++ uspace/app/websrv/websrv.c	(revision 3e6a98c595287c43d200d28d97f57755342be117)
@@ -34,5 +34,5 @@
  */
 
-#include <bool.h>
+#include <stdbool.h>
 #include <errno.h>
 #include <assert.h>
