Commit 47c8fa5c authored by Rusty Russell's avatar Rusty Russell Committed by Linus Torvalds

[PATCH] Remove compile warning from fs_xfs_support_move.c

From:  Bob Miller <rem@osdl.org>

  Include string.h to remove a compiler warning.
parent a98258d6
......@@ -30,6 +30,7 @@
* http://oss.sgi.com/projects/GenInfo/SGIGPLNoticeExplan/
*/
#include <linux/string.h>
#include <linux/errno.h>
#include <asm/uaccess.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment