Index: uspace/srv/devman/devman.h
===================================================================
--- uspace/srv/devman/devman.h	(revision 4e00f8748907db19e8c6b776b1d4c98f5e411035)
+++ uspace/srv/devman/devman.h	(revision ddab093b60f3f1b5004feb68b9cefeac9b1de72c)
@@ -36,5 +36,5 @@
 
 #include <assert.h>
-#include <bool.h>
+#include <stdbool.h>
 #include <dirent.h>
 #include <str.h>
Index: uspace/srv/devman/main.c
===================================================================
--- uspace/srv/devman/main.c	(revision 4e00f8748907db19e8c6b776b1d4c98f5e411035)
+++ uspace/srv/devman/main.c	(revision ddab093b60f3f1b5004feb68b9cefeac9b1de72c)
@@ -44,5 +44,5 @@
 #include <errno.h>
 #include <str_error.h>
-#include <bool.h>
+#include <stdbool.h>
 #include <fibril_synch.h>
 #include <stdlib.h>
