From d054afb0219d8671bc0c7f9e65035520723dd288 Mon Sep 17 00:00:00 2001 From: Antoine Jacquet Date: Mon, 5 Mar 2007 10:32:29 +0100 Subject: Fix compilation issue with zr364xx when V4L1 is disabled From: Antoine Jacquet 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 --- linux/drivers/media/video/zr364xx.c | 1 + 1 file changed, 1 insertion(+) (limited to 'linux') diff --git a/linux/drivers/media/video/zr364xx.c b/linux/drivers/media/video/zr364xx.c index fcbe085ef..43643ce84 100644 --- a/linux/drivers/media/video/zr364xx.c +++ b/linux/drivers/media/video/zr364xx.c @@ -33,6 +33,7 @@ #include #include #include +#include #include #include "compat.h" -- cgit v1.2.3