Cleanup: add `#include <stdbool.h>` whenever `bool` type is used
[babeltrace.git] / src / ctf-writer / event.c
index 158aa2082db257cb937a2dead4acf1fa3100b91f..7cbf6c59fd7ac09d3ea8eadf7190c282b775dfd9 100644 (file)
@@ -25,6 +25,7 @@
 #include "logging.h"
 
 #include <inttypes.h>
+#include <stdbool.h>
 
 #include <babeltrace2-ctf-writer/event.h>
 #include <babeltrace2-ctf-writer/fields.h>
This page took 0.024603 seconds and 4 git commands to generate.