[CIFS] Missing include shows up on some architectures

Signed-off-by: Steve French <sfrench@us.ibm.com>
这个提交包含在:
Steve French
2006-06-01 05:09:10 +00:00
父节点 3979877e56
当前提交 9c53588ec9
修改 3 个文件,包含 2 行新增144 行删除

查看文件

@@ -99,5 +99,5 @@ extern ssize_t cifs_getxattr(struct dentry *, const char *, void *, size_t);
extern ssize_t cifs_listxattr(struct dentry *, char *, size_t);
extern int cifs_ioctl (struct inode * inode, struct file * filep,
unsigned int command, unsigned long arg);
#define CIFS_VERSION "1.43"
#define CIFS_VERSION "1.44"
#endif /* _CIFSFS_H */