diff options
Diffstat (limited to 'linux/drivers/media/video/bttv-i2c.c')
-rw-r--r-- | linux/drivers/media/video/bttv-i2c.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/linux/drivers/media/video/bttv-i2c.c b/linux/drivers/media/video/bttv-i2c.c index 37acbbd53..e03d2ce52 100644 --- a/linux/drivers/media/video/bttv-i2c.c +++ b/linux/drivers/media/video/bttv-i2c.c @@ -1,5 +1,5 @@ /* - $Id: bttv-i2c.c,v 1.37 2005/12/07 12:03:24 mchehab Exp $ + $Id: bttv-i2c.c,v 1.38 2006/01/01 17:17:38 mchehab Exp $ bttv-i2c.c -- all the i2c code is here @@ -31,6 +31,7 @@ #include <linux/delay.h> #include "bttvp.h" +#include <media/v4l2-common.h> #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,0) #include <linux/jiffies.h> #endif |