X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=libust%2Ftracepoint.c;h=ebcbe252f1a0eba3d58711d9bb2e3106c5fb66e7;hb=769d015768372ce7f68ff12bbc55aa339c3a6bcd;hp=8a9ed0131a8152289261f44892065544459336a8;hpb=70551b5ea9201e5640a37f01d5b12bce1516dbb4;p=ust.git diff --git a/libust/tracepoint.c b/libust/tracepoint.c index 8a9ed01..ebcbe25 100644 --- a/libust/tracepoint.c +++ b/libust/tracepoint.c @@ -35,8 +35,10 @@ #include "kernelcompat.h" #include "tracepoint.h" #include "usterr.h" -#include "list.h" -#include "urcu.h" +//#include "list.h" + +#define _LGPL_SOURCE +#include //extern struct tracepoint __start___tracepoints[] __attribute__((visibility("hidden"))); //extern struct tracepoint __stop___tracepoints[] __attribute__((visibility("hidden")));