From 0d541e2248d6e693486be690962dae88d53de870 Mon Sep 17 00:00:00 2001 From: Lars Gjesse Date: Fri, 24 Mar 2017 09:51:47 +0100 Subject: [PATCH] Compile on Linux 4.11 --- include/osdep_service_linux.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/osdep_service_linux.h b/include/osdep_service_linux.h index 060dbe6..f371343 100644 --- a/include/osdep_service_linux.h +++ b/include/osdep_service_linux.h @@ -68,6 +68,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