X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/baca37d95e8423bf649764bfa1fef60c30408c16..bd5980d51badf06cf5eb050b7f246f1e67b7de57:/package/ubsec_ssb/src/ocf-compat.h?ds=sidebyside diff --git a/package/ubsec_ssb/src/ocf-compat.h b/package/ubsec_ssb/src/ocf-compat.h index 2974b6c87..fb50b41e9 100644 --- a/package/ubsec_ssb/src/ocf-compat.h +++ b/package/ubsec_ssb/src/ocf-compat.h @@ -123,7 +123,9 @@ struct ocf_device { #endif -#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,11) +#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,26) +#include +#elif LINUX_VERSION_CODE < KERNEL_VERSION(2,6,11) #define files_fdtable(files) (files) #endif