Cleanup: add `#include <stdbool.h>` whenever `bool` type is used
[babeltrace.git] / src / plugins / ctf / common / metadata / ctf-meta.h
index 929a39e14c01dfceaf9eddacea643977f5ca63aa..71232b03e2500b30573cb7cea86a55eb8cca8796 100644 (file)
@@ -20,6 +20,7 @@
 #include "common/uuid.h"
 #include "common/assert.h"
 #include <glib.h>
+#include <stdbool.h>
 #include <stdint.h>
 #include <string.h>
 
This page took 0.023139 seconds and 4 git commands to generate.