From 4ff1eaf55834c317f283b2bec4474890ab7a170c Mon Sep 17 00:00:00 2001 From: Christian kimocoder Date: Sat, 16 Sep 2017 11:10:38 +0200 Subject: [PATCH] Update kernel support * Updated support for newer kernels --- include/osdep_service.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/include/osdep_service.h b/include/osdep_service.h index 82e27c5..3b79343 100644 --- a/include/osdep_service.h +++ b/include/osdep_service.h @@ -39,6 +39,12 @@ #ifdef PLATFORM_LINUX #include + +#include +#if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 11, 0) +#include +#endif + #endif #ifdef PLATFORM_OS_XP