Index: uspace/lib/softrend/filter.h
===================================================================
--- uspace/lib/softrend/filter.h	(revision f698054997236318cb8677b2d580449dc643ca18)
+++ uspace/lib/softrend/filter.h	(revision 3e6a98c595287c43d200d28d97f57755342be117)
@@ -37,5 +37,5 @@
 #define SOFTREND_FILTER_H_
 
-#include <bool.h>
+#include <stdbool.h>
 #include <io/pixelmap.h>
 
Index: uspace/lib/softrend/pixconv.h
===================================================================
--- uspace/lib/softrend/pixconv.h	(revision f698054997236318cb8677b2d580449dc643ca18)
+++ uspace/lib/softrend/pixconv.h	(revision 3e6a98c595287c43d200d28d97f57755342be117)
@@ -38,5 +38,5 @@
 #define SOFTREND_PIXCONV_H_
 
-#include <bool.h>
+#include <stdbool.h>
 #include <io/pixel.h>
 
Index: uspace/lib/softrend/rectangle.h
===================================================================
--- uspace/lib/softrend/rectangle.h	(revision f698054997236318cb8677b2d580449dc643ca18)
+++ uspace/lib/softrend/rectangle.h	(revision 3e6a98c595287c43d200d28d97f57755342be117)
@@ -38,5 +38,5 @@
 
 #include <sys/types.h>
-#include <bool.h>
+#include <stdbool.h>
 
 extern bool rectangle_intersect(
Index: uspace/lib/softrend/transform.h
===================================================================
--- uspace/lib/softrend/transform.h	(revision f698054997236318cb8677b2d580449dc643ca18)
+++ uspace/lib/softrend/transform.h	(revision 3e6a98c595287c43d200d28d97f57755342be117)
@@ -37,5 +37,5 @@
 #define SOFTREND_TRANSFORM_H_
 
-#include <bool.h>
+#include <stdbool.h>
 
 #ifndef PI
