Index: uspace/srv/hid/input/ctl/kbdev.c
===================================================================
--- uspace/srv/hid/input/ctl/kbdev.c	(revision 1ae74c6cce175c398f5c387eb9c2127110cca7b1)
+++ uspace/srv/hid/input/ctl/kbdev.c	(revision 3e6a98c595287c43d200d28d97f57755342be117)
@@ -37,5 +37,5 @@
 
 #include <async.h>
-#include <bool.h>
+#include <stdbool.h>
 #include <errno.h>
 #include <fcntl.h>
Index: uspace/srv/hid/input/input.c
===================================================================
--- uspace/srv/hid/input/input.c	(revision 1ae74c6cce175c398f5c387eb9c2127110cca7b1)
+++ uspace/srv/hid/input/input.c	(revision 3e6a98c595287c43d200d28d97f57755342be117)
@@ -38,5 +38,5 @@
 
 #include <adt/list.h>
-#include <bool.h>
+#include <stdbool.h>
 #include <fibril_synch.h>
 #include <ipc/services.h>
Index: uspace/srv/hid/input/input.h
===================================================================
--- uspace/srv/hid/input/input.h	(revision 1ae74c6cce175c398f5c387eb9c2127110cca7b1)
+++ uspace/srv/hid/input/input.h	(revision 3e6a98c595287c43d200d28d97f57755342be117)
@@ -39,5 +39,5 @@
 #define INPUT_H_
 
-#include <bool.h>
+#include <stdbool.h>
 #include <async.h>
 
Index: uspace/srv/hid/input/layout/cz.c
===================================================================
--- uspace/srv/hid/input/layout/cz.c	(revision 1ae74c6cce175c398f5c387eb9c2127110cca7b1)
+++ uspace/srv/hid/input/layout/cz.c	(revision 3e6a98c595287c43d200d28d97f57755342be117)
@@ -35,5 +35,5 @@
 #include <io/console.h>
 #include <io/keycode.h>
-#include <bool.h>
+#include <stdbool.h>
 #include <stdlib.h>
 #include "../input.h"
Index: uspace/srv/hid/input/port/niagara.c
===================================================================
--- uspace/srv/hid/input/port/niagara.c	(revision 1ae74c6cce175c398f5c387eb9c2127110cca7b1)
+++ uspace/srv/hid/input/port/niagara.c	(revision 3e6a98c595287c43d200d28d97f57755342be117)
@@ -42,5 +42,5 @@
 #include <stdio.h>
 #include <thread.h>
-#include <bool.h>
+#include <stdbool.h>
 #include <errno.h>
 #include "../kbd_port.h"
Index: uspace/srv/hid/input/port/ski.c
===================================================================
--- uspace/srv/hid/input/port/ski.c	(revision 1ae74c6cce175c398f5c387eb9c2127110cca7b1)
+++ uspace/srv/hid/input/port/ski.c	(revision 3e6a98c595287c43d200d28d97f57755342be117)
@@ -40,5 +40,5 @@
 #include <sys/types.h>
 #include <thread.h>
-#include <bool.h>
+#include <stdbool.h>
 #include "../kbd_port.h"
 #include "../kbd.h"
Index: uspace/srv/hid/input/proto/adb.c
===================================================================
--- uspace/srv/hid/input/proto/adb.c	(revision 1ae74c6cce175c398f5c387eb9c2127110cca7b1)
+++ uspace/srv/hid/input/proto/adb.c	(revision 3e6a98c595287c43d200d28d97f57755342be117)
@@ -36,5 +36,5 @@
  */
 
-#include <bool.h>
+#include <stdbool.h>
 #include "../mouse.h"
 #include "../mouse_port.h"
