summaryrefslogtreecommitdiff
path: root/include/linux/sunrpc
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@home.transmeta.com>2003-01-05 05:19:44 -0800
committerLinus Torvalds <torvalds@home.transmeta.com>2003-01-05 05:19:44 -0800
commit5103c926d715ca7df1ed9fb40214f6ee995b64b6 (patch)
tree527effba855bc92c7c8c3b29521be6ba64bee60f /include/linux/sunrpc
parent3ef4c758cc0e0007a06547f7127b2e99df4774c6 (diff)
Needs <linux/string.h> for strlen()
Diffstat (limited to 'include/linux/sunrpc')
-rw-r--r--include/linux/sunrpc/svcauth.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/sunrpc/svcauth.h b/include/linux/sunrpc/svcauth.h
index d68de4a1944f..7b8d7d4d9078 100644
--- a/include/linux/sunrpc/svcauth.h
+++ b/include/linux/sunrpc/svcauth.h
@@ -13,6 +13,7 @@
#include <linux/sunrpc/msg_prot.h>
#include <linux/sunrpc/cache.h>
+#include <linux/string.h>
struct svc_cred {
uid_t cr_uid;