diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/nfsd/const.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/nfsd/const.h b/include/linux/nfsd/const.h index f478066f9c..f0cc777905 100644 --- a/include/linux/nfsd/const.h +++ b/include/linux/nfsd/const.h | |||
| @@ -13,7 +13,6 @@ | |||
| 13 | #include <linux/nfs2.h> | 13 | #include <linux/nfs2.h> |
| 14 | #include <linux/nfs3.h> | 14 | #include <linux/nfs3.h> |
| 15 | #include <linux/nfs4.h> | 15 | #include <linux/nfs4.h> |
| 16 | #include <linux/sunrpc/msg_prot.h> | ||
| 17 | 16 | ||
| 18 | /* | 17 | /* |
| 19 | * Maximum protocol version supported by knfsd | 18 | * Maximum protocol version supported by knfsd |
| @@ -29,6 +28,8 @@ | |||
| 29 | 28 | ||
| 30 | #ifdef __KERNEL__ | 29 | #ifdef __KERNEL__ |
| 31 | 30 | ||
| 31 | #include <linux/sunrpc/msg_prot.h> | ||
| 32 | |||
| 32 | #ifndef NFS_SUPER_MAGIC | 33 | #ifndef NFS_SUPER_MAGIC |
| 33 | # define NFS_SUPER_MAGIC 0x6969 | 34 | # define NFS_SUPER_MAGIC 0x6969 |
| 34 | #endif | 35 | #endif |
