X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fliblttng-ust-dl%2Flttng-ust-dl.c;h=6444e3fbc0a76bef294ad16c7821c610ce994dde;hb=9d315d6d74aac2986b10d708c864d152a0febec7;hp=1394ce1963fce5e31ec53dc41e1b39ebf21237c3;hpb=74e79a0da99992c182da26abf45447722eaa400d;p=lttng-ust.git diff --git a/src/liblttng-ust-dl/lttng-ust-dl.c b/src/liblttng-ust-dl/lttng-ust-dl.c index 1394ce19..6444e3fb 100644 --- a/src/liblttng-ust-dl/lttng-ust-dl.c +++ b/src/liblttng-ust-dl/lttng-ust-dl.c @@ -7,17 +7,20 @@ */ #define _LGPL_SOURCE + +/* Has to be included first to override dlfcn.h */ +#include + #include #include #include #include #include -#include -#include +#include "common/elf.h" #include -#include -#include "usterr-signal-safe.h" +#include "common/macros.h" +#include "common/logging.h" #include "../liblttng-ust/ust-events-internal.h"