X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=tests%2Fregression%2Fust%2Fust-dl%2Flibbar.h;h=1f1a0bbfd3ef0ffb17ff98791529223c4f298f70;hb=HEAD;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 */