From 6a056e6c7203c3fa9a8a1b5fd4317c4a7ab4585b Mon Sep 17 00:00:00 2001 From: kimocoder Date: Sun, 29 Jul 2018 18:15:08 +0200 Subject: [PATCH] Compile on kernel v4.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 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