X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=src%2Fliblttng-ust-libc-wrapper%2Flttng-ust-pthread.c;h=c6633fe8592384a0d2b8947270add8775c7de2bc;hb=9d315d6d74aac2986b10d708c864d152a0febec7;hp=06bf791b20c2c66f6b3a6b95f3f11dbc99c53be0;hpb=74e79a0da99992c182da26abf45447722eaa400d;p=lttng-ust.git diff --git a/src/liblttng-ust-libc-wrapper/lttng-ust-pthread.c b/src/liblttng-ust-libc-wrapper/lttng-ust-pthread.c index 06bf791b..c6633fe8 100644 --- a/src/liblttng-ust-libc-wrapper/lttng-ust-pthread.c +++ b/src/liblttng-ust-libc-wrapper/lttng-ust-pthread.c @@ -9,8 +9,11 @@ * circular dependency loop between this malloc wrapper, liburcu and * libc. */ -#include -#include + +/* Has to be included first to override dlfcn.h */ +#include + +#include "common/macros.h" #include #define TRACEPOINT_DEFINE