X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=tests%2Fregression%2Fust%2Fust-dl%2Flibbar.h;h=1f1a0bbfd3ef0ffb17ff98791529223c4f298f70;hb=HEAD;hp=0f8b0bfdccc9790232be77b27224a05850cfda64;hpb=d8ed06afceb2d0517633814f7f2a04f69ac71da6;p=lttng-tools.git diff --git a/tests/regression/ust/ust-dl/libbar.h b/tests/regression/ust/ust-dl/libbar.h index 0f8b0bfdc..7248e5d6f 100644 --- a/tests/regression/ust/ust-dl/libbar.h +++ b/tests/regression/ust/ust-dl/libbar.h @@ -1,6 +1,15 @@ +/* + * Copyright (C) 2016 Mathieu Desnoyers + * + * SPDX-License-Identifier: GPL-2.0-only + * + */ + #ifndef _LIBBAR_H #define _LIBBAR_H -int bar(void); +#include + +LTTNG_EXPORT int bar(void); -#endif /* _LIBBAR_H */ +#endif /* _LIBBAR_H */