Fix: instrumentation: v4lv2 missing include
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 10 Nov 2015 18:01:50 +0000 (13:01 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 10 Nov 2015 18:03:55 +0000 (13:03 -0500)
Starting at least with 4.3 kernel, we need to specifically include
media/videobuf2-core.h.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
probes/lttng-probe-v4l2.c

index 3b1985c4d52a57d7c17a8a66cddf12d904d98c60..bdb38fdbca5fe62468af19a41156f93931f96043 100644 (file)
@@ -23,8 +23,8 @@
 
 #include <linux/module.h>
 #include <linux/videodev2.h>
+#include <media/videobuf2-core.h>
 #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.
This page took 0.025481 seconds and 4 git commands to generate.