Do not use `bool` type; use new `bt_bool` instead
[babeltrace.git] / lib / ctf-ir / clock-class.c
index eca2c2647a0a633b6c1bc6782b53e036c335b44c..0c27f1ad8493b2ecd1201da5b7497137e44754f3 100644 (file)
@@ -31,6 +31,7 @@
 #include <babeltrace/ref.h>
 #include <babeltrace/object-internal.h>
 #include <babeltrace/compiler-internal.h>
+#include <babeltrace/types.h>
 #include <inttypes.h>
 
 #define BT_LOG_TAG "CLOCK-CLASS"
@@ -40,7 +41,7 @@ static
 void bt_ctf_clock_class_destroy(struct bt_object *obj);
 
 BT_HIDDEN
-bool bt_ctf_clock_class_is_valid(struct bt_ctf_clock_class *clock_class)
+bt_bool bt_ctf_clock_class_is_valid(struct bt_ctf_clock_class *clock_class)
 {
        return clock_class && clock_class->name;
 }
This page took 0.023823 seconds and 4 git commands to generate.