Cleanup: add `#include <stdbool.h>` whenever `bool` type is used
[babeltrace.git] / src / plugins / lttng-utils / debug-info / debug-info.c
index 0caebd1d22c366baf3d7c3d6519a394f54b98d16..e91b04c611a61f88ac6d9e0284a0d8965bd58b42 100644 (file)
@@ -31,6 +31,8 @@
 #define BT_LOG_TAG "PLUGIN/FLT.LTTNG-UTILS.DEBUG-INFO"
 #include "logging/comp-logging.h"
 
+#include <stdbool.h>
+
 #include <glib.h>
 
 #include "common/assert.h"
This page took 0.024145 seconds and 4 git commands to generate.