X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=tests%2Fregression%2Fust%2Fust-dl%2Flibfoo.h;h=43ae5b9b88f4432a1d1ddfe7c9ee6e70adfc11fb;hb=HEAD;hp=f33442850de640733ab125604520cb9f41742f33;hpb=9d16b343fb9e781fc8d8fa3c448a3f382306dd33;p=lttng-tools.git diff --git a/tests/regression/ust/ust-dl/libfoo.h b/tests/regression/ust/ust-dl/libfoo.h index f33442850..30e94a086 100644 --- a/tests/regression/ust/ust-dl/libfoo.h +++ b/tests/regression/ust/ust-dl/libfoo.h @@ -8,6 +8,8 @@ #ifndef _LIBFOO_H #define _LIBFOO_H -int foo(void); +#include -#endif /* _LIBFOO_H */ +LTTNG_EXPORT int foo(void); + +#endif /* _LIBFOO_H */