X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=tests%2Futils%2Ftestapp%2Fuserspace-probe-elf-binary%2Ffoo.h;h=fb1f19de39a498c6ab38a89e9bed2f65b2421714;hb=051356a81761338485706e779d046d7fb8dbfe1d;hp=d1d79eeaee4aa5e42799d1e7ba31db448ce66c94;hpb=9d16b343fb9e781fc8d8fa3c448a3f382306dd33;p=lttng-tools.git diff --git a/tests/utils/testapp/userspace-probe-elf-binary/foo.h b/tests/utils/testapp/userspace-probe-elf-binary/foo.h index d1d79eeae..fb1f19de3 100644 --- a/tests/utils/testapp/userspace-probe-elf-binary/foo.h +++ b/tests/utils/testapp/userspace-probe-elf-binary/foo.h @@ -5,4 +5,6 @@ * */ -int dynamic_symbol(int a); +#include + +LTTNG_EXPORT int dynamic_symbol(int a);