Cleanup: add `#include <stdbool.h>` whenever `bool` type is used
[babeltrace.git] / src / plugins / ctf / lttng-live / viewer-connection.h
index 2840473608ad3327c4621a149646ce93b292edad..daa138a2e83b9f5b7c553393c8f7e1961ebfd7c4 100644 (file)
@@ -23,6 +23,7 @@
  * SOFTWARE.
  */
 
+#include <stdbool.h>
 #include <stdio.h>
 #include <glib.h>
 
This page took 0.02377 seconds and 4 git commands to generate.