Cleanup: add `#include <stdbool.h>` whenever `bool` type is used
[babeltrace.git] / src / cli / babeltrace2-cfg-cli-args.h
index e709263fbff86e9bd896ea37d54b901c3487ca62..27ab45d13b2d91439214e114fd592e0e5eb1e9fe 100644 (file)
@@ -23,6 +23,7 @@
  * SOFTWARE.
  */
 
+#include <stdbool.h>
 #include <stdlib.h>
 #include <stdint.h>
 #include <babeltrace2/value.h>
This page took 0.023128 seconds and 4 git commands to generate.