cli: print full version name
[babeltrace.git] / src / ctf-writer / fields.c
index ce2c3739f661239662c40b77272903f320396c99..5d76c1cd47027e0e02942f624df668e571d0c058 100644 (file)
@@ -27,6 +27,7 @@
 
 #include <float.h>
 #include <inttypes.h>
+#include <stdbool.h>
 #include <stdlib.h>
 
 #include <babeltrace2-ctf-writer/object.h>
@@ -963,7 +964,7 @@ int bt_ctf_field_floating_point_serialize(struct bt_ctf_field_common *field,
                        byte_order == BT_CTF_BYTE_ORDER_LITTLE_ENDIAN ?
                                LITTLE_ENDIAN : BIG_ENDIAN);
        } else {
-               abort();
+               bt_common_abort();
        }
 
        if (G_UNLIKELY(ret)) {
This page took 0.030002 seconds and 4 git commands to generate.