From d1a2fd500cc7c90504df52017edbb9f1f7763449 Mon Sep 17 00:00:00 2001 From: Herbert Xu Date: Mon, 11 May 2015 17:47:49 +0800 Subject: [PATCH] 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 0122bec..11b9814 100644 --- a/crypto/blkcipher.c +++ b/crypto/blkcipher.c @@ -14,6 +14,7 @@ * */ +#include #include #include #include -- 2.7.4