X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=libust%2Ftracer.c;h=ce3bfd012e0bd83a3920c5e0bbdacb034acbd785;hb=6eb05e4feb4700acdc9d0e1e2778859562ad1bb7;hp=cc1dbfddfd2ffd36fa664cb91c5a35f0ec338e16;hpb=a327294108470b94873a0c248fc02811db98fd64;p=lttng-ust.git diff --git a/libust/tracer.c b/libust/tracer.c index cc1dbfdd..ce3bfd01 100644 --- a/libust/tracer.c +++ b/libust/tracer.c @@ -52,11 +52,11 @@ //ust// #include //ust// #include //ust// #include -#include +#include -#include "kernelcompat.h" +#include +#include #include "tracercore.h" -#include "tracer.h" #include "usterr.h" //ust// static void async_wakeup(unsigned long data); @@ -807,7 +807,7 @@ traces_error: //ust// } /* Must be called while sure that trace is in the list. */ -static int _ltt_trace_destroy(struct ltt_trace_struct *trace) +static int _ltt_trace_destroy(struct ltt_trace_struct *trace) { int err = -EPERM;