diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-03-10 18:30:27 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-03-30 12:43:19 -0300 |
commit | 5e585ef15b3633e1b0c022aa14bc88587827acd3 (patch) | |
tree | 46a3fe8ffa3a39cb1fe0df2097839597e30fe1dc /include/media | |
parent | 0290152c0f0f4a1c3d6e2b6064780d0cc288d8a4 (diff) |
V4L/DVB (10908): videobuf-core: also needs a minimal subset of V4L1 header
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'include/media')
-rw-r--r-- | include/media/videobuf-core.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/media/videobuf-core.h b/include/media/videobuf-core.h index 874f1340d04..1c5946c4475 100644 --- a/include/media/videobuf-core.h +++ b/include/media/videobuf-core.h @@ -18,6 +18,7 @@ #include <linux/poll.h> #ifdef CONFIG_VIDEO_V4L1_COMPAT +#define __MIN_V4L1 #include <linux/videodev.h> #endif #include <linux/videodev2.h> |