From 649fb6b3dda80cf5e321e2e6f29cfc398701f78d Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Mon, 27 Jun 2016 23:06:25 -0400 Subject: [PATCH] Fix: lttng context perf: missing stdbool.h header include Signed-off-by: Mathieu Desnoyers --- liblttng-ust/lttng-context-perf-counters.c | 1 + 1 file changed, 1 insertion(+) diff --git a/liblttng-ust/lttng-context-perf-counters.c b/liblttng-ust/lttng-context-perf-counters.c index c98e2ebd..0b8f9fa2 100644 --- a/liblttng-ust/lttng-context-perf-counters.c +++ b/liblttng-ust/lttng-context-perf-counters.c @@ -25,6 +25,7 @@ #include #include #include +#include #include #include #include -- 2.34.1