From: Uros Bizjak Date: Mon, 30 Sep 2024 12:33:18 +0000 (+0200) Subject: fscrypt: Include in fs/crypto/keyring.c X-Git-Tag: v6.13-rc1~195^2~12 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b27e03ee6f3353e020e1ff3351a30724253b05e9;p=thirdparty%2Fkernel%2Flinux.git 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 --- diff --git a/fs/crypto/keyring.c b/fs/crypto/keyring.c index 6681a71625f0a..82fcc56836496 100644 --- a/fs/crypto/keyring.c +++ b/fs/crypto/keyring.c @@ -22,6 +22,7 @@ #include #include #include +#include #include #include "fscrypt_private.h"