Cleanup: add `#include <stdbool.h>` whenever `bool` type is used
[babeltrace.git] / src / lib / trace-ir / trace.h
index 2978e9953c986549213a922faf635349eeda8444..3c53498ffcb9de3ec9be6bbc4d0950d3e02a8358 100644 (file)
@@ -34,6 +34,7 @@
 #include <babeltrace2/value.h>
 #include <babeltrace2/types.h>
 #include <glib.h>
+#include <stdbool.h>
 #include <sys/types.h>
 #include "common/uuid.h"
 
This page took 0.022858 seconds and 4 git commands to generate.