X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=tests%2Fregression%2Fust%2Fust-dl%2Flibbar.h;h=7248e5d6f03ed3e8382707f4cae56fe106571453;hb=164bff35f233e2b566344eca0d31b448dbc595aa;hp=a7f77458fff1febee2aa637a44e673722c4a9d23;hpb=9d16b343fb9e781fc8d8fa3c448a3f382306dd33;p=lttng-tools.git diff --git a/tests/regression/ust/ust-dl/libbar.h b/tests/regression/ust/ust-dl/libbar.h index a7f77458f..7248e5d6f 100644 --- a/tests/regression/ust/ust-dl/libbar.h +++ b/tests/regression/ust/ust-dl/libbar.h @@ -8,6 +8,8 @@ #ifndef _LIBBAR_H #define _LIBBAR_H -int bar(void); +#include -#endif /* _LIBBAR_H */ +LTTNG_EXPORT int bar(void); + +#endif /* _LIBBAR_H */