From 64fff31d7500605587d448a22d325f8f46ba1229 Mon Sep 17 00:00:00 2001 From: Sakari Ailus Date: Fri, 16 Nov 2012 00:09:43 +0200 Subject: Update kernel header files Update videodev2.h and move it under include/linux. v4l2-common.h and v4l2-controls.h are now required by videodev2.h as well --- they're really the reason for moving videodev2.h. The two required headers are added, too. Signed-off-by: Sakari Ailus Signed-off-by: Laurent Pinchart --- yavta.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'yavta.c') diff --git a/yavta.c b/yavta.c index f3deae0..bf3e096 100644 --- a/yavta.c +++ b/yavta.c @@ -37,7 +37,7 @@ #include #include -#include "videodev2.h" +#include #ifndef V4L2_BUF_FLAG_ERROR #define V4L2_BUF_FLAG_ERROR 0x0040 -- cgit v1.2.3