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=dace1d99cba4fef0d7ccf86bd4a6b8a99782202f;hpb=f12eb9c1ceb619db54be0842323a32cda12651cd;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 dace1d99c..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,7 +50,7 @@ const char *plugin_description(void) return "Freeze time with 1KHz for regression test"; } -void lttng_ust_clock_plugin_init(void); +LTTNG_EXPORT void lttng_ust_clock_plugin_init(void); void lttng_ust_clock_plugin_init(void) { int ret;