X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=tests%2Fregression%2Fust%2Fclock-override%2Flttng-ust-clock-override-test.c;h=a38cd515e217cfaee7cc55845f285790dd8067f2;hb=cc22de985fbd6c192a021063fc3be165dd6fa5c0;hp=b2c20bee3819cddde3ec29af1f82997b34efd4a4;hpb=9d16b343fb9e781fc8d8fa3c448a3f382306dd33;p=lttng-tools.git diff --git a/tests/regression/ust/clock-override/lttng-ust-clock-override-test.c b/tests/regression/ust/clock-override/lttng-ust-clock-override-test.c index b2c20bee3..a38cd515e 100644 --- a/tests/regression/ust/clock-override/lttng-ust-clock-override-test.c +++ b/tests/regression/ust/clock-override/lttng-ust-clock-override-test.c @@ -11,9 +11,10 @@ */ #include -#include +#include #include #include +#include #include static @@ -49,6 +50,7 @@ const char *plugin_description(void) return "Freeze time with 1KHz for regression test"; } +LTTNG_EXPORT void lttng_ust_clock_plugin_init(void); void lttng_ust_clock_plugin_init(void) { int ret;