diff options
| author | David S. Miller <davem@nuts.ninka.net> | 2003-01-05 05:48:16 -0800 |
|---|---|---|
| committer | David S. Miller <davem@nuts.ninka.net> | 2003-01-05 05:48:16 -0800 |
| commit | ced7d9441171dcbf592e9e8150095b3c3ee26115 (patch) | |
| tree | c02116495815ea24303c97c668b7a4c5cae5fb0b /include | |
| parent | 54b703edf8c3af679361752fffcd57a8ea6cac3f (diff) | |
[SUNRPC]: svcauth.h needs linux/string.h
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/sunrpc/svcauth.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/sunrpc/svcauth.h b/include/linux/sunrpc/svcauth.h index d68de4a1944f..abd7d0993b12 100644 --- a/include/linux/sunrpc/svcauth.h +++ b/include/linux/sunrpc/svcauth.h @@ -11,6 +11,7 @@ #ifdef __KERNEL__ +#include <linux/string.h> #include <linux/sunrpc/msg_prot.h> #include <linux/sunrpc/cache.h> |
