X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=lib%2Fctf-ir%2Ftrace.c;h=bcba9b1dca28cda36e2fd5e2811f8e5afa695c04;hb=0fbb9a9fffe22e0d5211a47118102fa0ba4a766a;hp=890e12c4d1ad67c01a2fd64cc164d4e4ee938396;hpb=5af447e5102d6226ee198e4db52b51e12075f1bb;p=babeltrace.git diff --git a/lib/ctf-ir/trace.c b/lib/ctf-ir/trace.c index 890e12c4..bcba9b1d 100644 --- a/lib/ctf-ir/trace.c +++ b/lib/ctf-ir/trace.c @@ -52,6 +52,7 @@ #include #include #include +#include #define DEFAULT_IDENTIFIER_SIZE 128 #define DEFAULT_METADATA_STRING_SIZE 4096 @@ -1630,7 +1631,7 @@ const char *get_byte_order_string(enum bt_ctf_byte_order byte_order) string = "native"; break; default: - assert(BT_FALSE); + abort(); } return string;