Cleanup: add `#include <stdbool.h>` whenever `bool` type is used
[babeltrace.git] / src / plugins / ctf / common / metadata / ctf-meta-resolve.c
index 1dcb51fe76a59ab51eb5912fb252bd5e274a70db..074c5dd13d431942d44a49b6bfb46827d7b7773e 100644 (file)
@@ -23,6 +23,7 @@
 #include "common/assert.h"
 #include "common/common.h"
 #include <glib.h>
+#include <stdbool.h>
 #include <stdint.h>
 #include <string.h>
 #include <inttypes.h>
This page took 0.023672 seconds and 4 git commands to generate.