From 029eae5683c5cb5fabec00eaa5d3e48b6fc00b55 Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Sun, 27 Jan 2008 20:39:00 -0200 Subject: Fix compilation with kernel 2.6.24 From: Mauro Carvalho Chehab Signed-off-by: Mauro Carvalho Chehab --- v4l/compat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v4l/compat.h b/v4l/compat.h index 1d3400b88..b4c1ca374 100644 --- a/v4l/compat.h +++ b/v4l/compat.h @@ -15,7 +15,7 @@ #endif /* To allow alsa code to work */ -#if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 24) +#if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 25) #include #endif -- cgit v1.2.3