Cleanup: add `#include <stdbool.h>` whenever `bool` type is used
[babeltrace.git] / src / lib / trace-ir / event.c
index 9bf115c943376e72b677177b75000ef14e3e1771..ed2e2f84911b88b1e150b805aae94ae74909b7d5 100644 (file)
@@ -34,6 +34,7 @@
 #include "common/assert.h"
 #include "compat/compiler.h"
 #include <inttypes.h>
+#include <stdbool.h>
 
 #include "field.h"
 #include "field-class.h"
This page took 0.022843 seconds and 4 git commands to generate.