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