diff options
Diffstat (limited to 'crypto/ecb.c')
-rw-r--r-- | crypto/ecb.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/ecb.c b/crypto/ecb.c index 69a687cbdf21..71fbb0543d64 100644 --- a/crypto/ecb.c +++ b/crypto/ecb.c @@ -6,6 +6,7 @@ */ #include <crypto/algapi.h> +#include <crypto/internal/cipher.h> #include <crypto/internal/skcipher.h> #include <linux/err.h> #include <linux/init.h> |