X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=tests%2Futils%2Ftestapp%2Fuserspace-probe-elf-binary%2Ffoo.h;fp=tests%2Futils%2Ftestapp%2Fuserspace-probe-elf-binary%2Ffoo.h;h=fb1f19de39a498c6ab38a89e9bed2f65b2421714;hp=d1d79eeaee4aa5e42799d1e7ba31db448ce66c94;hb=4bd69c5f1161cd065f487da0f4c1aa03a73c47e4;hpb=657d1bf105996bf8f6e13af697fb1112afa61b28 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);