X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=liblttng-ust%2Ftracepoint.c;h=2f8474f598237f6b9d62617de59f472e07f0fb4f;hb=8f3f8c99b969e097e9bdb176a096dd4acf31c4cd;hp=526ee00e58d130cd2093ab59e31078b7cdbf52b4;hpb=4f2a0b893bb8dc33ec43a7bc012524c55d84a286;p=lttng-ust.git diff --git a/liblttng-ust/tracepoint.c b/liblttng-ust/tracepoint.c index 526ee00e..2f8474f5 100644 --- a/liblttng-ust/tracepoint.c +++ b/liblttng-ust/tracepoint.c @@ -22,7 +22,6 @@ #define _LGPL_SOURCE #include #include -#include #include #include #include @@ -35,6 +34,7 @@ #include "tracepoint-internal.h" #include "ltt-tracer-core.h" #include "jhash.h" +#include "error.h" /* Set to 1 to enable tracepoint debug output */ static const int tracepoint_debug;