diff options
Diffstat (limited to 'lib/crypto/rsa_helper.c')
-rw-r--r-- | lib/crypto/rsa_helper.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/crypto/rsa_helper.c b/lib/crypto/rsa_helper.c index aca627a4a6..cc0c0d6637 100644 --- a/lib/crypto/rsa_helper.c +++ b/lib/crypto/rsa_helper.c @@ -6,6 +6,7 @@ * Authors: Tadeusz Struk <tadeusz.struk@intel.com> */ #ifndef __UBOOT__ +#include <linux/compat.h> #include <linux/kernel.h> #include <linux/export.h> #endif |