From 5e585ef15b3633e1b0c022aa14bc88587827acd3 Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Tue, 10 Mar 2009 18:30:27 -0300 Subject: [PATCH] V4L/DVB (10908): videobuf-core: also needs a minimal subset of V4L1 header Signed-off-by: Mauro Carvalho Chehab --- include/media/videobuf-core.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/media/videobuf-core.h b/include/media/videobuf-core.h index 874f134..1c5946c 100644 --- a/include/media/videobuf-core.h +++ b/include/media/videobuf-core.h @@ -18,6 +18,7 @@ #include #ifdef CONFIG_VIDEO_V4L1_COMPAT +#define __MIN_V4L1 #include #endif #include -- 1.8.2.3