[Trivial 2.5.58] Remove compile warning from fs/xfs/support/move.c

From: Bob Miller (rem@osdl.org)
Date: Fri Jan 17 2003 - 16:48:04 EST


Include string.h to remove a compiler warning.

diff -Nru a/fs/xfs/support/move.c b/fs/xfs/support/move.c
--- a/fs/xfs/support/move.c Thu Jan 16 14:06:04 2003
+++ b/fs/xfs/support/move.c Thu Jan 16 14:06:04 2003
@@ -30,6 +30,7 @@
  * http://oss.sgi.com/projects/GenInfo/SGIGPLNoticeExplan/
  */
 
+#include <linux/string.h>
 #include <linux/errno.h>
 #include <asm/uaccess.h>
 

-- 
Bob Miller					Email: rem@osdl.org
Open Source Development Lab			Phone: 503.626.2455 Ext. 17
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Thu Jan 23 2003 - 22:00:17 EST