[lttng-dev] [PATCH lttng-ust] Fix: include config.h to resolve HAVE_DLMOPEN

Mathieu Desnoyers mathieu.desnoyers at efficios.com
Wed Feb 22 10:32:05 UTC 2017


merged into master and stable-2.9, thanks!

Mathieu

----- On Feb 22, 2017, at 12:10 AM, Jonathan Rajotte jonathan.rajotte-julien at efficios.com wrote:

> Fixes commit 42330adcefcd1830dad89e2a960c93d8dd1da125
> 
> Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien at efficios.com>
> ---
> liblttng-ust-dl/ust_dl.h | 1 +
> 1 file changed, 1 insertion(+)
> 
> diff --git a/liblttng-ust-dl/ust_dl.h b/liblttng-ust-dl/ust_dl.h
> index afa8e84..c8a0695 100644
> --- a/liblttng-ust-dl/ust_dl.h
> +++ b/liblttng-ust-dl/ust_dl.h
> @@ -33,6 +33,7 @@ extern "C" {
> 
> #include <stdint.h>
> #include <unistd.h>
> +#include <config.h>
> 
> #define LTTNG_UST_DL_PROVIDER
> #include <lttng/tracepoint.h>
> --
> 2.7.4

-- 
Mathieu Desnoyers
EfficiOS Inc.
http://www.efficios.com


More information about the lttng-dev mailing list