diff --git a/mxm_wifiex/wlan_src/mlinux/moal_main.c b/mxm_wifiex/wlan_src/mlinux/moal_main.c index 7d49616..b859c7b 100644 --- a/mxm_wifiex/wlan_src/mlinux/moal_main.c +++ b/mxm_wifiex/wlan_src/mlinux/moal_main.c @@ -60,6 +60,9 @@ Change log: #include #include #include +#if LINUX_VERSION_CODE >= KERNEL_VERSION(6, 9, 0) +#include +#endif #if LINUX_VERSION_CODE >= KERNEL_VERSION(3, 15, 0) #include #endif