X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/c5552ad03973839d83d32d7108f20c00f192633b..ada8f6b917ea6848cae6c0df5860f2d4f4eb8409:/target/linux/generic/files/crypto/ocf/random.c diff --git a/target/linux/generic/files/crypto/ocf/random.c b/target/linux/generic/files/crypto/ocf/random.c index 38dad13d7..d004fde6c 100644 --- a/target/linux/generic/files/crypto/ocf/random.c +++ b/target/linux/generic/files/crypto/ocf/random.c @@ -35,8 +35,11 @@ * and/or fitness for purpose. */ -#ifndef AUTOCONF_INCLUDED -#include +#include +#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,33)) +#include +#else +#include #endif #include #include