X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=tests%2Fregression%2Fust%2Fust-dl%2Flibfoo.h;h=43ae5b9b88f4432a1d1ddfe7c9ee6e70adfc11fb;hb=HEAD;hp=e1b6eac0188105ac0e5173a9f6ae9f5619748b91;hpb=d8ed06afceb2d0517633814f7f2a04f69ac71da6;p=lttng-tools.git diff --git a/tests/regression/ust/ust-dl/libfoo.h b/tests/regression/ust/ust-dl/libfoo.h index e1b6eac01..30e94a086 100644 --- a/tests/regression/ust/ust-dl/libfoo.h +++ b/tests/regression/ust/ust-dl/libfoo.h @@ -1,6 +1,15 @@ +/* + * Copyright (C) 2016 Antoine Busque + * + * SPDX-License-Identifier: GPL-2.0-only + * + */ + #ifndef _LIBFOO_H #define _LIBFOO_H -int foo(void); +#include + +LTTNG_EXPORT int foo(void); -#endif /* _LIBFOO_H */ +#endif /* _LIBFOO_H */