lib: compile liblttng-ctl as C++
[lttng-tools.git] / tests / utils / testapp / userspace-probe-elf-binary / foo.h
index d1d79eeaee4aa5e42799d1e7ba31db448ce66c94..fb1f19de39a498c6ab38a89e9bed2f65b2421714 100644 (file)
@@ -5,4 +5,6 @@
  *
  */
 
-int dynamic_symbol(int a);
+#include <lttng/lttng-export.h>
+
+LTTNG_EXPORT int dynamic_symbol(int a);
This page took 0.023417 seconds and 4 git commands to generate.