Cleanup: add `#include <stdbool.h>` whenever `bool` type is used
[babeltrace.git] / src / plugins / ctf / fs-src / metadata.h
index 9a17fa43cba9e3f2ebff83abd7dbf82c0107458d..d3f0349bef722738e096fef359fb6acaf0c9639b 100644 (file)
@@ -23,6 +23,7 @@
  * SOFTWARE.
  */
 
+#include <stdbool.h>
 #include <stdio.h>
 #include <glib.h>
 #include "common/macros.h"
This page took 0.02344 seconds and 4 git commands to generate.