Cleanup: add `#include <stdbool.h>` whenever `bool` type is used
[babeltrace.git] / src / ctf-writer / stream.c
index cb882247609c5d7aab3653da759a11da027efb6e..5576628dee3af5617e1fe9b4b48518b76e648f2c 100644 (file)
@@ -25,6 +25,7 @@
 #include "logging.h"
 
 #include <inttypes.h>
+#include <stdbool.h>
 #include <stdint.h>
 #include <unistd.h>
 
This page took 0.023316 seconds and 4 git commands to generate.