X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=tests%2Ftest_ust_data_trace.c;h=78a31215f77b1dd14bbb871a71b7a5bd9a83334e;hb=39f49fee93ce7099434946a186f90adb569c4ccd;hp=4e4b29b32852ad7a571caa9ee6e212f19c6f67e1;hpb=d3e8f6bb8554af02b881990fbb5445ac6a4f4d98;p=lttng-tools.git diff --git a/tests/test_ust_data_trace.c b/tests/test_ust_data_trace.c index 4e4b29b32..78a31215f 100644 --- a/tests/test_ust_data_trace.c +++ b/tests/test_ust_data_trace.c @@ -25,10 +25,11 @@ #include #include -#include "lttng/lttng.h" -#include "lttng-sessiond/lttng-ust-abi.h" -#include "lttng-share.h" -#include "lttng-sessiond/trace-ust.h" +#include +#include +#include +#include + #include "utils.h" /* This path will NEVER be created in this test */ @@ -176,7 +177,7 @@ static void create_ust_context(void) PRINT_OK(); printf("Validating UST context: "); - assert(ctx.ctx == uctx->ctx.ctx); + assert((int) ctx.ctx == (int)uctx->ctx.ctx); PRINT_OK(); }