diff options
-rw-r--r-- | crypto/tcrypt.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/tcrypt.c b/crypto/tcrypt.c index 22cdd61e6cec..2bff6130d806 100644 --- a/crypto/tcrypt.c +++ b/crypto/tcrypt.c @@ -22,6 +22,7 @@ * */ +#include <crypto/aead.h> #include <crypto/hash.h> #include <linux/err.h> #include <linux/fips.h> |