From: Mathieu Desnoyers Date: Tue, 28 Jun 2016 03:06:25 +0000 (-0400) Subject: Fix: lttng context perf: missing stdbool.h header include X-Git-Tag: v2.9.0-rc1~55 X-Git-Url: http://git.liburcu.org/?p=lttng-ust.git;a=commitdiff_plain;h=649fb6b3dda80cf5e321e2e6f29cfc398701f78d Fix: lttng context perf: missing stdbool.h header include Signed-off-by: Mathieu Desnoyers --- 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