From 9e16611568f395e9b646ecee0906a5a1e3bb7110 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Tue, 3 Dec 2013 18:08:09 +0100 Subject: [PATCH] baddr: include missing header Signed-off-by: Mathieu Desnoyers --- liblttng-ust/lttng-ust-baddr.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/liblttng-ust/lttng-ust-baddr.c b/liblttng-ust/lttng-ust-baddr.c index aa66dccf..567741ad 100644 --- a/liblttng-ust/lttng-ust-baddr.c +++ b/liblttng-ust/lttng-ust-baddr.c @@ -29,8 +29,9 @@ #include #include #include -#include "usterr.h" +#include +#include "lttng-tracer-core.h" #include "lttng-ust-baddr.h" #define TRACEPOINT_DEFINE -- 2.34.1