From: Trond Myklebust Date: Thu, 18 Oct 2018 21:03:56 +0000 (-0400) Subject: SUNRPC: Fix a compile warning for cmpxchg64() X-Git-Tag: v4.20-rc1~2^2~7 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=e732f4485a150492b286f3efc06f9b34dd6b9995;p=linux-2.6-block.git SUNRPC: Fix a compile warning for cmpxchg64() Signed-off-by: Trond Myklebust --- diff --git a/net/sunrpc/auth_gss/gss_krb5_seal.c b/net/sunrpc/auth_gss/gss_krb5_seal.c index 54e41c01edb7..b4adeb06660b 100644 --- a/net/sunrpc/auth_gss/gss_krb5_seal.c +++ b/net/sunrpc/auth_gss/gss_krb5_seal.c @@ -63,6 +63,7 @@ #include #include #include +#include #if IS_ENABLED(CONFIG_SUNRPC_DEBUG) # define RPCDBG_FACILITY RPCDBG_AUTH