summaryrefslogtreecommitdiff
path: root/yavta.c
diff options
context:
space:
mode:
authorSakari Ailus <sakari.ailus@iki.fi>2012-11-16 00:09:43 +0200
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>2012-11-27 17:30:15 +0100
commit64fff31d7500605587d448a22d325f8f46ba1229 (patch)
tree25315ccd71e3408b7fe481aa3cc7a3c936771d3f /yavta.c
parent82ff2efdb9787737b9f21b6f4759f077c827b238 (diff)
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 <sakari.ailus@iki.fi> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'yavta.c')
-rw-r--r--yavta.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/yavta.c b/yavta.c
index f3deae0..bf3e096 100644
--- a/yavta.c
+++ b/yavta.c
@@ -37,7 +37,7 @@
#include <sys/stat.h>
#include <sys/time.h>
-#include "videodev2.h"
+#include <linux/videodev2.h>
#ifndef V4L2_BUF_FLAG_ERROR
#define V4L2_BUF_FLAG_ERROR 0x0040