diff options
author | Michael Hunold <devnull@localhost> | 2003-01-03 15:07:45 +0000 |
---|---|---|
committer | Michael Hunold <devnull@localhost> | 2003-01-03 15:07:45 +0000 |
commit | 76eafd9ffccb43beb97cdcf2e688c98c3e92638d (patch) | |
tree | 478e3ea7131bc75fed762e8b1acf47f8ea86c8dd /linux/drivers/media/common/saa7146.h | |
parent | 139f2ddf00c086ea81b406b9fea2b31bdcb05a13 (diff) | |
download | mediapointer-dvb-s2-76eafd9ffccb43beb97cdcf2e688c98c3e92638d.tar.gz mediapointer-dvb-s2-76eafd9ffccb43beb97cdcf2e688c98c3e92638d.tar.bz2 |
Compile fixes for 2.5.54.
Thanks to Gregoire Favre <greg@ulima.unil.ch>
for reporting this.
Diffstat (limited to 'linux/drivers/media/common/saa7146.h')
-rw-r--r-- | linux/drivers/media/common/saa7146.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/drivers/media/common/saa7146.h b/linux/drivers/media/common/saa7146.h index 81b06e9c7..972e7774f 100644 --- a/linux/drivers/media/common/saa7146.h +++ b/linux/drivers/media/common/saa7146.h @@ -5,6 +5,7 @@ from flaws in video-buf.c => Gerd Knorr */ //#define DEBUG_SPINLOCKS 1 +#include <linux/version.h> /* for version macros */ #include <linux/module.h> /* for module-version */ #include <linux/delay.h> /* for delay-stuff */ #include <linux/slab.h> /* for kmalloc/kfree */ |