diff options
Diffstat (limited to 'linux')
-rw-r--r-- | linux/drivers/media/video/bttv.h | 3 | ||||
-rw-r--r-- | linux/include/linux/videodev.h | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/linux/drivers/media/video/bttv.h b/linux/drivers/media/video/bttv.h index 981c02981..c26d1dfd9 100644 --- a/linux/drivers/media/video/bttv.h +++ b/linux/drivers/media/video/bttv.h @@ -1,5 +1,5 @@ /* - * $Id: bttv.h,v 1.22 2005/07/28 18:41:21 mchehab Exp $ + * $Id: bttv.h,v 1.23 2005/08/28 18:22:34 mkrufky Exp $ * * bttv - Bt848 frame grabber driver * @@ -17,6 +17,7 @@ #include <linux/videodev.h> #include <linux/i2c.h> +#include "compat.h" /* ---------------------------------------------------------- */ /* exported by bttv-cards.c */ diff --git a/linux/include/linux/videodev.h b/linux/include/linux/videodev.h index d2d8928ec..b93a78041 100644 --- a/linux/include/linux/videodev.h +++ b/linux/include/linux/videodev.h @@ -17,6 +17,7 @@ #if LINUX_VERSION_CODE > KERNEL_VERSION(2,5,0) #include <linux/device.h> #endif +#include "compat.h" struct video_device { |