From 4949b0e607fa16a22b141c9253c89f930f70e03f Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Tue, 10 Nov 2015 13:01:50 -0500 Subject: [PATCH] Fix: instrumentation: v4lv2 missing include Starting at least with 4.3 kernel, we need to specifically include media/videobuf2-core.h. Signed-off-by: Mathieu Desnoyers --- probes/lttng-probe-v4l2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/probes/lttng-probe-v4l2.c b/probes/lttng-probe-v4l2.c index 3b1985c4..bdb38fdb 100644 --- a/probes/lttng-probe-v4l2.c +++ b/probes/lttng-probe-v4l2.c @@ -23,8 +23,8 @@ #include #include +#include #include "../lttng-tracer.h" - /* * Create the tracepoint static inlines from the kernel to validate that our * trace event macros match the kernel we run on. -- 2.34.1