From 977f86a2e6d0ba8ccc854f6b5eb2a2b88f9a0e22 Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Mon, 8 May 2006 21:05:18 -0300 Subject: Compat.h were missing in vivi.c. Fixed. From: Mauro Carvalho Chehab Without compat.h, it were not compiling for kernel <2.6.15 kernel-sync Signed-off-by: Mauro Carvalho Chehab --- linux/drivers/media/video/vivi.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/linux/drivers/media/video/vivi.c b/linux/drivers/media/video/vivi.c index 170712515..7da5487f2 100644 --- a/linux/drivers/media/video/vivi.c +++ b/linux/drivers/media/video/vivi.c @@ -25,6 +25,8 @@ #include #include #include +#include "compat.h" + #include #include #ifdef CONFIG_VIDEO_V4L1_COMPAT -- cgit v1.2.3