From 8d0c180b73891e6dd14ea47c3d47e396d670b71a Mon Sep 17 00:00:00 2001 From: Icenowy Zheng Date: Sat, 18 Mar 2017 16:31:47 +0800 Subject: [PATCH] fix build on 4.11 Signed-off-by: Icenowy Zheng --- include/osdep_service_linux.h | 5 +++++ 1 file changed, 5 insertions(+) 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