diff --git a/include/osdep_service_linux.h b/include/osdep_service_linux.h index 9aaf191..4580dba 100644 --- a/include/osdep_service_linux.h +++ b/include/osdep_service_linux.h @@ -57,6 +57,7 @@ #include #include #include + #include #if (LINUX_VERSION_CODE <= KERNEL_VERSION(2,5,41)) #include @@ -68,6 +69,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