From: Mathieu Desnoyers Date: Tue, 10 Nov 2015 18:01:50 +0000 (-0500) Subject: Fix: instrumentation: v4lv2 missing include X-Git-Tag: v2.8.0-rc1~59 X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=4949b0e607fa16a22b141c9253c89f930f70e03f;p=lttng-modules.git 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 --- 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.