[media] v4l: Include linux/videodev2.h in media/v4l2-ctrls.h
The later makes extensive use of structures defined in the former. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
bda50bcd0c
commit
01c40c048b
|
@ -23,6 +23,7 @@
|
|||
|
||||
#include <linux/list.h>
|
||||
#include <linux/device.h>
|
||||
#include <linux/videodev2.h>
|
||||
|
||||
/* forward references */
|
||||
struct v4l2_ctrl_handler;
|
||||
|
|
Loading…
Reference in New Issue