Fix: include config.h to resolve HAVE_DLMOPEN
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Tue, 21 Feb 2017 23:10:11 +0000 (18:10 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 22 Feb 2017 10:28:05 +0000 (11:28 +0100)
Fixes commit 42330adcefcd1830dad89e2a960c93d8dd1da125

Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
liblttng-ust-dl/ust_dl.h

index afa8e842ac587b0f55fd1be779bc5f98ea09432b..c8a069569faf9959bb858dc0da5e34c541894ac8 100644 (file)
@@ -33,6 +33,7 @@ extern "C" {
 
 #include <stdint.h>
 #include <unistd.h>
+#include <config.h>
 
 #define LTTNG_UST_DL_PROVIDER
 #include <lttng/tracepoint.h>
This page took 0.025908 seconds and 4 git commands to generate.