lib: compile liblttng-ctl as C++
[lttng-tools.git] / tests / regression / ust / clock-override / lttng-ust-clock-override-test.c
index dace1d99cba4fef0d7ccf86bd4a6b8a99782202f..a12a5b76bc5bc836c4519360baaba4d8f6d320fb 100644 (file)
@@ -14,6 +14,7 @@
 #include <common/compat/time.h>
 #include <string.h>
 #include <stdio.h>
+#include <lttng/lttng-export.h>
 #include <lttng/ust-clock.h>
 
 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;
This page took 0.023147 seconds and 4 git commands to generate.