Cleanup: add `#include <stdbool.h>` whenever `bool` type is used
[babeltrace.git] / src / ctf-writer / fields.c
index ce2c3739f661239662c40b77272903f320396c99..bed77b0d7b6264fc859be1eb4b3d53c40054636d 100644 (file)
@@ -27,6 +27,7 @@
 
 #include <float.h>
 #include <inttypes.h>
+#include <stdbool.h>
 #include <stdlib.h>
 
 #include <babeltrace2-ctf-writer/object.h>
This page took 0.023894 seconds and 4 git commands to generate.