X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=tests%2Fregression%2Fust%2Fclock-override%2Flttng-ust-clock-override-test.c;h=a12a5b76bc5bc836c4519360baaba4d8f6d320fb;hb=f46376a14da2eb796690cb4e718e8b213839d6ea;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..a12a5b76b 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 @@ -14,6 +14,7 @@ #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;