diff --git a/include/osdep_service_linux.h b/include/osdep_service_linux.h index a80a64b..efe0f2b 100644 --- a/include/osdep_service_linux.h +++ b/include/osdep_service_linux.h @@ -65,6 +65,10 @@ #include #endif +#if (LINUX_VERSION_CODE >= KERNEL_VERSION(4, 11, 0)) + #include +#endif + #ifdef RTK_DMP_PLATFORM #if (LINUX_VERSION_CODE > KERNEL_VERSION(2, 6, 12)) #include