lib: compile liblttng-ctl as C++
[lttng-tools.git] / tests / unit / test_kernel_data.cpp
index 79489e3d3324651d0ac766d8ad86e611db215dcb..6f0ce872b737170ae308b96d70a8eb41a21f7425 100644 (file)
@@ -23,8 +23,9 @@
 #define NUM_TESTS 11
 
 #ifdef HAVE_LIBLTTNG_UST_CTL
+#include <lttng/lttng-export.h>
 #include <lttng/ust-sigbus.h>
-DEFINE_LTTNG_UST_SIGBUS_STATE();
+LTTNG_EXPORT DEFINE_LTTNG_UST_SIGBUS_STATE();
 #endif
 
 static const char alphanum[] =
This page took 0.022884 seconds and 4 git commands to generate.