Index: uspace/lib/pcut/src/preproc.c
===================================================================
--- uspace/lib/pcut/src/preproc.c	(revision 1433ecda9b732f3f185f902feb26826ec2496e03)
+++ uspace/lib/pcut/src/preproc.c	(revision 76d0981d8dda2b7d698201a93e0c555e99215ba5)
@@ -27,4 +27,5 @@
  */
 
+#include <stdbool.h>
 #include <stdio.h>
 #include <stdlib.h>
@@ -109,5 +110,5 @@
 	(void) argv;
 
-	while (1) {
+	while (true) {
 		int current_char_denotes_identifier;
 
Index: uspace/lib/pcut/src/report/report.c
===================================================================
--- uspace/lib/pcut/src/report/report.c	(revision 1433ecda9b732f3f185f902feb26826ec2496e03)
+++ uspace/lib/pcut/src/report/report.c	(revision 76d0981d8dda2b7d698201a93e0c555e99215ba5)
@@ -38,4 +38,5 @@
 #include <string.h>
 #endif
+#include <stdbool.h>
 #include <stdio.h>
 
@@ -110,5 +111,5 @@
 	}
 
-	while (1) {
+	while (true) {
 		size_t message_length;
 
