X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fctf-writer%2Fclock-internal.h;h=c263b1bee9cfd5e8684393f98ecf8c9ad0fac672;hb=e1e02a22957d83adc526c016d5d3b978b8e6d26d;hp=d4c45f334ab50670e4c2caef466cb4e027a99df3;hpb=50d2011c37045e3f34c1b5877205bda4b7e3381a;p=babeltrace.git diff --git a/include/babeltrace/ctf-writer/clock-internal.h b/include/babeltrace/ctf-writer/clock-internal.h index d4c45f33..c263b1be 100644 --- a/include/babeltrace/ctf-writer/clock-internal.h +++ b/include/babeltrace/ctf-writer/clock-internal.h @@ -26,13 +26,13 @@ #include #include #include -#include +#include #include #include #include struct bt_ctf_clock { - struct bt_object base; + struct bt_ctf_object base; struct bt_ctf_clock_class *clock_class; uint64_t value; /* Current clock value */ };