diff options
Diffstat (limited to 'net/sunrpc/auth.c')
-rw-r--r-- | net/sunrpc/auth.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/sunrpc/auth.c b/net/sunrpc/auth.c index 2b8db00cc..7c966779b 100644 --- a/net/sunrpc/auth.c +++ b/net/sunrpc/auth.c @@ -4,9 +4,12 @@ * Generic RPC authentication API. * * Copyright (C) 1996, Olaf Kirch <okir@monad.swb.de> + * + * Modified May 1999, Horst von Brand <vonbrand@sleipnir.valparaiso.cl> */ #include <linux/types.h> +#include <linux/string.h> #include <linux/sched.h> #include <linux/malloc.h> #include <linux/errno.h> |