Cleanup: add `#include <stdbool.h>` whenever `bool` type is used
[babeltrace.git] / src / lib / trace-ir / trace.c
index 7a61040125a55d496e7d6878b4256b603afb6e06..1ad61b64df5f2d76dcfe00d51a09e22465d4c300 100644 (file)
@@ -42,6 +42,7 @@
 #include <inttypes.h>
 #include <stdint.h>
 #include <string.h>
+#include <stdbool.h>
 #include <stdlib.h>
 
 #include "attributes.h"
This page took 0.039179 seconds and 4 git commands to generate.