X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=blobdiff_plain;f=package%2Fubsec_ssb%2Fsrc%2Focf-compat.h;fp=package%2Fubsec_ssb%2Fsrc%2Focf-compat.h;h=fb50b41e9f8f49c50a10fba2fd8076b4b7bab24b;hp=2974b6c8784a2ad3733e0fdf8715f50fd21aa942;hb=420070ce079ea4cdbef144b02f02e940880bc1d8;hpb=322c00880d4afae16bc8a70b323d90cae5e1a993 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