X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=libust%2Fmarker.c;h=0a318ac038f9d3b07c977ce067875bc3bcbe85dc;hb=769d015768372ce7f68ff12bbc55aa339c3a6bcd;hp=ade2d9c1f1edcd3f5a754196f8f1f34a902d677d;hpb=70551b5ea9201e5640a37f01d5b12bce1516dbb4;p=ust.git diff --git a/libust/marker.c b/libust/marker.c index ade2d9c..0a318ac 100644 --- a/libust/marker.c +++ b/libust/marker.c @@ -30,13 +30,16 @@ //ust// #include //ust// #include -#include "marker.h" +#define _LGPL_SOURCE +#include + #include "kernelcompat.h" + +#include "marker.h" #include "usterr.h" #include "channels.h" #include "tracercore.h" #include "tracer.h" -#include "urcu.h" extern struct marker __start___markers[] __attribute__((visibility("hidden"))); extern struct marker __stop___markers[] __attribute__((visibility("hidden")));