Cleanup: add `#include <stdbool.h>` whenever `bool` type is used
[babeltrace.git] / src / plugins / ctf / lttng-live / lttng-live.c
index af7237bdc2ed721c5d7d3f10e34678384ac735d8..17818348ba334ab7288fc184ce64d6b560eed55b 100644 (file)
@@ -35,6 +35,7 @@
 
 #include <glib.h>
 #include <inttypes.h>
+#include <stdbool.h>
 #include <unistd.h>
 
 #include "common/assert.h"
This page took 0.024303 seconds and 4 git commands to generate.