diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-05-07 19:32:03 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-05-07 19:32:03 -0300 |
commit | ffd2e96a4ec0c5aec4c3629ce58c8f0cee88deb0 (patch) | |
tree | 24d60bc28a87a23a79309ec6a194b530ac35f43b /v4l/compat.h | |
parent | 9a5a7b6c35191d8c0681eba05fa6b2d0e63c4583 (diff) | |
parent | 27e0a2e8659f2e3e37b7781c322647040d3566c3 (diff) | |
download | mediapointer-dvb-s2-ffd2e96a4ec0c5aec4c3629ce58c8f0cee88deb0.tar.gz mediapointer-dvb-s2-ffd2e96a4ec0c5aec4c3629ce58c8f0cee88deb0.tar.bz2 |
merge: http://linuxtv.org/hg/~mkrufky/v4l-dvb
From: Mauro Carvalho Chehab <mchehab@infradead.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'v4l/compat.h')
-rw-r--r-- | v4l/compat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/v4l/compat.h b/v4l/compat.h index 0bcb238fb..b9138c7be 100644 --- a/v4l/compat.h +++ b/v4l/compat.h @@ -10,6 +10,7 @@ #include <linux/version.h> #include <linux/utsname.h> #include <linux/sched.h> +#include "config-compat.h" #if LINUX_VERSION_CODE < KERNEL_VERSION(2,4,18) # define minor(x) MINOR(x) |