diff options
Diffstat (limited to 'fs/nfsd/export.c')
-rw-r--r-- | fs/nfsd/export.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/nfsd/export.c b/fs/nfsd/export.c index 68e63f441444..cb3dae2fcd86 100644 --- a/fs/nfsd/export.c +++ b/fs/nfsd/export.c | |||
@@ -18,10 +18,11 @@ | |||
18 | #include <linux/module.h> | 18 | #include <linux/module.h> |
19 | #include <linux/exportfs.h> | 19 | #include <linux/exportfs.h> |
20 | 20 | ||
21 | #include <linux/nfsd/nfsd.h> | ||
22 | #include <linux/nfsd/syscall.h> | 21 | #include <linux/nfsd/syscall.h> |
23 | #include <net/ipv6.h> | 22 | #include <net/ipv6.h> |
24 | 23 | ||
24 | #include "nfsd.h" | ||
25 | |||
25 | #define NFSDDBG_FACILITY NFSDDBG_EXPORT | 26 | #define NFSDDBG_FACILITY NFSDDBG_EXPORT |
26 | 27 | ||
27 | typedef struct auth_domain svc_client; | 28 | typedef struct auth_domain svc_client; |