Cleanup: add `#include <stdbool.h>` whenever `bool` type is used
[babeltrace.git] / src / plugins / ctf / common / metadata / ctf-meta-update-in-ir.c
index ce6251a14becd5c8346e04fa2721f6e03544f8a2..30e21f3ff558866d625faa858451a742f361c0d1 100644 (file)
@@ -17,6 +17,7 @@
 #include "common/assert.h"
 #include "compat/glib.h"
 #include <glib.h>
+#include <stdbool.h>
 #include <stdint.h>
 #include <string.h>
 #include <inttypes.h>
This page took 0.02379 seconds and 4 git commands to generate.