X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=tests%2Fregression%2Fust%2Fust-dl%2Flibfoo.h;h=43ae5b9b88f4432a1d1ddfe7c9ee6e70adfc11fb;hp=f33442850de640733ab125604520cb9f41742f33;hb=4bd69c5f1161cd065f487da0f4c1aa03a73c47e4;hpb=657d1bf105996bf8f6e13af697fb1112afa61b28 diff --git a/tests/regression/ust/ust-dl/libfoo.h b/tests/regression/ust/ust-dl/libfoo.h index f33442850..43ae5b9b8 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 + +LTTNG_EXPORT int foo(void); #endif /* _LIBFOO_H */