From b891c6d1c25454d160e15b781062d435540c226d Mon Sep 17 00:00:00 2001 From: Herbert Xu Date: Mon, 11 May 2015 17:47:49 +0800 Subject: crypto: blkcipher - Include crypto/aead.h All users of AEAD should include crypto/aead.h instead of include/linux/crypto.h. Signed-off-by: Herbert Xu --- crypto/blkcipher.c | 1 + 1 file changed, 1 insertion(+) diff --git a/crypto/blkcipher.c b/crypto/blkcipher.c index 0122bec3..11b98149 100644 --- a/crypto/blkcipher.c +++ b/crypto/blkcipher.c @@ -14,6 +14,7 @@ * */ +#include #include #include #include -- cgit v1.2.3