From: Antoine Jacquet Date: Mon, 5 Mar 2007 09:32:29 +0000 (-0300) Subject: V4L/DVB (5385): Fix compilation issue with zr364xx when V4L1 is disabled X-Git-Tag: v2.6.22-rc1~1118^2~127 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=2575f84a50f71b867d8d2ff2994eefc92d60ac79;p=~emulex%2Finfiniband.git V4L/DVB (5385): Fix compilation issue with zr364xx when V4L1 is disabled Add a missing header to fix compilation issue in the zr364xx driver when CONFIG_VIDEO_V4L1 and CONFIG_VIDEO_V4L1_COMPAT are not set. Signed-off-by: Antoine Jacquet Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/video/zr364xx.c b/drivers/media/video/zr364xx.c index c055cf017cf..16bb3576b6e 100644 --- a/drivers/media/video/zr364xx.c +++ b/drivers/media/video/zr364xx.c @@ -33,6 +33,7 @@ #include #include #include +#include #include