Cleanup: add `#include <stdbool.h>` whenever `bool` type is used
[babeltrace.git] / src / cli / babeltrace2-cfg-cli-args-connect.c
index 3385a1bd751ff203bed524b38bc89e2c4f930b33..b4402b8aa5408cc43964f56a41df41cd298e5fba 100644 (file)
@@ -20,6 +20,7 @@
  * SOFTWARE.
  */
 
+#include <stdbool.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
This page took 0.022842 seconds and 4 git commands to generate.