]> git.hungrycats.org Git - linux/commitdiff
[PATCH] Remove compile warning from fs_xfs_support_move.c
authorRusty Russell <rusty@rustcorp.com.au>
Sun, 9 Feb 2003 10:59:05 +0000 (02:59 -0800)
committerLinus Torvalds <torvalds@home.transmeta.com>
Sun, 9 Feb 2003 10:59:05 +0000 (02:59 -0800)
From:  Bob Miller <rem@osdl.org>

  Include string.h to remove a compiler warning.

fs/xfs/support/move.c

index 92acc1b75a8f29472b0eee1e049f39223e9f8782..3426ba4f7a99cb033fd3a1f074e15e4facc8cb25 100644 (file)
@@ -30,6 +30,7 @@
  * http://oss.sgi.com/projects/GenInfo/SGIGPLNoticeExplan/
  */
 
+#include <linux/string.h>
 #include <linux/errno.h>
 #include <asm/uaccess.h>