X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=src%2Flib%2Flttng-ust%2Ftracepoint.c;h=8d89d144f773a9597b45709e010f0bc655713ab8;hb=9c4fe08d87975f3f79227b1b5e7629d52a16b4fc;hp=e7f520abf34300b6bc3dce409f8f665ea80ada87;hpb=e58e5ad5abb76f1d91d6b23ec77036ff1616f832;p=lttng-ust.git diff --git a/src/lib/lttng-ust/tracepoint.c b/src/lib/lttng-ust/tracepoint.c index e7f520ab..8d89d144 100644 --- a/src/lib/lttng-ust/tracepoint.c +++ b/src/lib/lttng-ust/tracepoint.c @@ -29,7 +29,7 @@ #include "tracepoint-internal.h" #include "lttng-tracer-core.h" #include "common/jhash.h" -#include "error.h" +#include "common/err-ptr.h" /* Test compiler support for weak symbols with hidden visibility. */ int __tracepoint_test_symbol1 __attribute__((weak, visibility("hidden")));