Cleanup: add `#include <stdbool.h>` whenever `bool` type is used
[babeltrace.git] / src / plugins / text / pretty / print.c
index 7aa461062e9451ffc7533aea8cd8411335deb00c..6fb1e9fd69ca6bafb9d80173a1a38d332c9a73bb 100644 (file)
@@ -31,6 +31,7 @@
 #include "common/assert.h"
 #include <inttypes.h>
 #include <ctype.h>
+#include <stdbool.h>
 #include <string.h>
 #include "pretty.h"
 
This page took 0.023157 seconds and 4 git commands to generate.