Cleanup: flt.lttng-utils.debug-info: remove usage of `bt_bool` inside the component...
[babeltrace.git] / src / plugins / lttng-utils / debug-info / utils.h
index 40ba38ec9170a841553386a368b5714d16006caf..c9000e9d2d18f5d249050969f721b022aad66efe 100644 (file)
@@ -9,6 +9,8 @@
 #ifndef BABELTRACE_PLUGIN_DEBUG_INFO_UTILS_H
 #define BABELTRACE_PLUGIN_DEBUG_INFO_UTILS_H
 
+#include <stdbool.h>
+
 #include <babeltrace2/babeltrace.h>
 
 #include "common/macros.h"
@@ -21,7 +23,7 @@ BT_HIDDEN
 const char *get_filename_from_path(const char *path);
 
 BT_HIDDEN
-bt_bool is_event_common_ctx_dbg_info_compatible(
+bool is_event_common_ctx_dbg_info_compatible(
                const bt_field_class *in_field_class,
                const char *debug_info_field_class_name);
 
This page took 0.023806 seconds and 4 git commands to generate.