From b27e03ee6f3353e020e1ff3351a30724253b05e9 Mon Sep 17 00:00:00 2001 From: Uros Bizjak Date: Mon, 30 Sep 2024 14:33:18 +0200 Subject: [PATCH] fscrypt: Include in fs/crypto/keyring.c Include header to allow the removal of legacy inclusion of from . Signed-off-by: Uros Bizjak Cc: Theodore Y. Ts'o Cc: Jaegeuk Kim Acked-by: Eric Biggers Signed-off-by: Jason A. Donenfeld --- fs/crypto/keyring.c | 1 + 1 file changed, 1 insertion(+) diff --git a/fs/crypto/keyring.c b/fs/crypto/keyring.c index 6681a71625f0..82fcc5683649 100644 --- a/fs/crypto/keyring.c +++ b/fs/crypto/keyring.c @@ -22,6 +22,7 @@ #include #include #include +#include #include #include "fscrypt_private.h"