From: Herbert Xu Date: Mon, 11 May 2015 09:48:11 +0000 (+0800) Subject: crypto: cryptd - Add missing aead.h inclusion X-Git-Tag: v4.2-rc1~160^2~191 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=53033d4d36b0299ef02e28155913414ec1089aac;p=karo-tx-linux.git crypto: cryptd - Add missing aead.h inclusion cryptd.h needs to include crypto/aead.h because it uses crypto_aead. Signed-off-by: Herbert Xu --- diff --git a/include/crypto/cryptd.h b/include/crypto/cryptd.h index ba98918bbd9b..1547f540c920 100644 --- a/include/crypto/cryptd.h +++ b/include/crypto/cryptd.h @@ -14,6 +14,7 @@ #include #include +#include #include struct cryptd_ablkcipher {