lib: compile liblttng-ctl as C++
[lttng-tools.git] / tests / regression / tools / live / live_test.c
index b428f1add176567f5972126581b0dac3fb25c2df..40d0f6270b69a962e6a660841d439723997cfc18 100644 (file)
@@ -41,8 +41,9 @@
 #define mmap_size 524288
 
 #ifdef HAVE_LIBLTTNG_UST_CTL
 #define mmap_size 524288
 
 #ifdef HAVE_LIBLTTNG_UST_CTL
+#include <lttng/lttng-export.h>
 #include <lttng/ust-sigbus.h>
 #include <lttng/ust-sigbus.h>
-DEFINE_LTTNG_UST_SIGBUS_STATE();
+LTTNG_EXPORT DEFINE_LTTNG_UST_SIGBUS_STATE();
 #endif
 
 static int control_sock;
 #endif
 
 static int control_sock;
This page took 0.023552 seconds and 4 git commands to generate.