diff options
| author | Michael Krufky <devnull@localhost> | 2005-08-28 18:33:02 +0000 |
|---|---|---|
| committer | Michael Krufky <devnull@localhost> | 2005-08-28 18:33:02 +0000 |
| commit | 8e38f13981e44f9ea30358a6ad14a9348651c398 (patch) | |
| tree | 00ed6f9275bea242f4c653156a2fc3ce2c1169e0 /linux | |
| parent | 00e9f42e60719e2c015d16ca76f20e88cb5e1850 (diff) | |
| download | mediapointer-dvb-s2-8e38f13981e44f9ea30358a6ad14a9348651c398.tar.gz mediapointer-dvb-s2-8e38f13981e44f9ea30358a6ad14a9348651c398.tar.bz2 | |
moved #include "compat.h", to the correct location
Diffstat (limited to 'linux')
| -rw-r--r-- | linux/include/linux/videodev.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/include/linux/videodev.h b/linux/include/linux/videodev.h index b93a78041..c68d0ea09 100644 --- a/linux/include/linux/videodev.h +++ b/linux/include/linux/videodev.h @@ -6,6 +6,7 @@ #define HAVE_V4L2 1 #include <linux/videodev2.h> +#include "compat.h" #ifdef __KERNEL__ @@ -17,7 +18,6 @@ #if LINUX_VERSION_CODE > KERNEL_VERSION(2,5,0) #include <linux/device.h> #endif -#include "compat.h" struct video_device { |
