X-Git-Url: https://git.archive.openwrt.org/?p=15.05%2Fopenwrt.git;a=blobdiff_plain;f=target%2Flinux%2Fgeneric%2Ffiles%2Fcrypto%2Focf%2Focf-bench.c;fp=target%2Flinux%2Fgeneric%2Ffiles%2Fcrypto%2Focf%2Focf-bench.c;h=8a3c40e8d0f6faf800b72be2d5d38dc99c7b197d;hp=d32523185f0edd4283c02a97b44d5049d994e8ba;hb=bf2dff596f1f568f58c0adcb3d4fe48be35a60a7;hpb=44eb5fe71a8282143289e464c9add22f8b9cc302 diff --git a/target/linux/generic/files/crypto/ocf/ocf-bench.c b/target/linux/generic/files/crypto/ocf/ocf-bench.c index d32523185f..8a3c40e8d0 100644 --- a/target/linux/generic/files/crypto/ocf/ocf-bench.c +++ b/target/linux/generic/files/crypto/ocf/ocf-bench.c @@ -30,8 +30,11 @@ */ -#ifndef AUTOCONF_INCLUDED -#include +#include +#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,33)) +#include +#else +#include #endif #include #include