From b751f722f7324ab5ea4955b0150c98512a364f85 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Fri, 26 Aug 2011 15:53:10 -0400 Subject: [PATCH] Add missing ltt-tracer-core.h includes (fix warnings) Signed-off-by: Mathieu Desnoyers --- libust/lttng-ust-comm.c | 1 + libust/tracepoint.c | 1 + 2 files changed, 2 insertions(+) diff --git a/libust/lttng-ust-comm.c b/libust/lttng-ust-comm.c index b6c5de51..58e9a648 100644 --- a/libust/lttng-ust-comm.c +++ b/libust/lttng-ust-comm.c @@ -37,6 +37,7 @@ #include #include #include +#include "ltt-tracer-core.h" /* * Has lttng ust comm constructor been called ? diff --git a/libust/tracepoint.c b/libust/tracepoint.c index c5121995..1a184636 100644 --- a/libust/tracepoint.c +++ b/libust/tracepoint.c @@ -30,6 +30,7 @@ #include #include +#include "ltt-tracer-core.h" /* Set to 1 to enable tracepoint debug output */ static const int tracepoint_debug; -- 2.34.1