1
0
mirror of https://github.com/DigitalDevices/dddvb.git synced 2023-10-10 13:37:43 +02:00

add missing version include

This commit is contained in:
Ralph Metzler 2017-07-17 23:49:19 +02:00
parent 7222bd58b3
commit 023ae44411

View File

@ -31,7 +31,8 @@
#include <linux/module.h>
#include <linux/sched.h>
#include <linux/string.h>
#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 12, 0)
#include <linux/version.h>
#if (LINUX_VERSION_CODE < KERNEL_VERSION(4, 12, 0))
#include <asm/uaccess.h>
#else
#include <linux/uaccess.h>