From: Andrew Morton Cc: Christoph Hellwig Cc: Christoph Hellwig Cc: Neil Brown Signed-off-by: Andrew Morton --- fs/cifs/export.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff -puN fs/cifs/export.c~knfsd-exportfs-add-exportfsh-header-fix fs/cifs/export.c --- a/fs/cifs/export.c~knfsd-exportfs-add-exportfsh-header-fix +++ a/fs/cifs/export.c @@ -29,7 +29,8 @@ */ #include - +#include + #ifdef CONFIG_CIFS_EXPERIMENTAL static struct dentry *cifs_get_parent(struct dentry *dentry) _