diff options
author | Sakari Ailus <sakari.ailus@iki.fi> | 2012-11-16 00:09:43 +0200 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2012-11-27 17:30:15 +0100 |
commit | 64fff31d7500605587d448a22d325f8f46ba1229 (patch) | |
tree | 25315ccd71e3408b7fe481aa3cc7a3c936771d3f /yavta.c | |
parent | 82ff2efdb9787737b9f21b6f4759f077c827b238 (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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |