浏览代码

[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>
Laurent Pinchart 14 年之前
父节点
当前提交
01c40c048b
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      include/media/v4l2-ctrls.h

+ 1 - 0
include/media/v4l2-ctrls.h

@@ -23,6 +23,7 @@
 
 #include <linux/list.h>
 #include <linux/device.h>
+#include <linux/videodev2.h>
 
 /* forward references */
 struct v4l2_ctrl_handler;