Cleanup: add `#include <stdbool.h>` whenever `bool` type is used
[babeltrace.git] / src / lib / trace-ir / event-class.c
index 464dd00f3d26416da025407b497c929e5d6b8328..ba79f28b6ff7ca1eb5865f05e87b89216e04d426 100644 (file)
@@ -35,6 +35,7 @@
 #include "lib/value.h"
 #include "common/assert.h"
 #include <inttypes.h>
+#include <stdbool.h>
 #include <stdlib.h>
 
 #include "attributes.h"
This page took 0.023266 seconds and 4 git commands to generate.