Cleanup: add `#include <stdbool.h>` whenever `bool` type is used
[babeltrace.git] / src / plugins / text / details / details.c
index 585f97b267b4532a3d2f000726eb33cc0abd18b8..875ed6bf67d8a8a67945ad873e8ee96dc61b6eea 100644 (file)
@@ -25,6 +25,8 @@
 #define BT_LOG_TAG "PLUGIN/SINK.TEXT.DETAILS"
 #include "logging/comp-logging.h"
 
+#include <stdbool.h>
+
 #include <babeltrace2/babeltrace.h>
 
 #include "common/common.h"
This page took 0.024802 seconds and 4 git commands to generate.