diff options
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 05bada3bc..4c7ee52a0 100644 --- a/v4l/compat.h +++ b/v4l/compat.h @@ -14,6 +14,7 @@ #endif #if LINUX_VERSION_CODE < KERNEL_VERSION(2,5,0) +# include <linux/moduleparam.h> # include <linux/delay.h> # define need_resched() (current->need_resched) # define work_struct tq_struct |