X-Git-Url: http://git.lttng.org/?p=ust.git;a=blobdiff_plain;f=libust%2Ftracepoint.c;fp=libust%2Ftracepoint.c;h=737e5f5c96c2adc63e6ead4b4aec9fe73efbc1d3;hp=da7f3581619f884b28770fcef52c38e26ff257a5;hb=b0c4126fca44c9fdc9b350ce0e896ec2818fbb3e;hpb=7b2cd9b7a2ac58f4765809b180b417674154dbfc diff --git a/libust/tracepoint.c b/libust/tracepoint.c index da7f358..737e5f5 100644 --- a/libust/tracepoint.c +++ b/libust/tracepoint.c @@ -19,16 +19,16 @@ * Ported to userspace by Pierre-Marc Fournier. */ +#define _LGPL_SOURCE #include #include #include #include -#include "usterr_signal_safe.h" - -#define _LGPL_SOURCE #include #include +#include "usterr_signal_safe.h" + //extern struct tracepoint __start___tracepoints[] __attribute__((visibility("hidden"))); //extern struct tracepoint __stop___tracepoints[] __attribute__((visibility("hidden")));