svn commit: trunk/busybox/e2fsprogs/ext2fs

vapier at busybox.net vapier at busybox.net
Sat Mar 18 04:13:33 UTC 2006


Author: vapier
Date: 2006-03-17 20:13:32 -0800 (Fri, 17 Mar 2006)
New Revision: 14562

Log:
need string.h as well as strings.h

Modified:
   trunk/busybox/e2fsprogs/ext2fs/bitops.h


Changeset:
Modified: trunk/busybox/e2fsprogs/ext2fs/bitops.h
===================================================================
--- trunk/busybox/e2fsprogs/ext2fs/bitops.h	2006-03-18 04:11:51 UTC (rev 14561)
+++ trunk/busybox/e2fsprogs/ext2fs/bitops.h	2006-03-18 04:13:32 UTC (rev 14562)
@@ -13,6 +13,7 @@
  * Linus Torvalds.
  */
 
+#include <string.h>
 #include <strings.h>
 
 extern int ext2fs_set_bit(unsigned int nr,void * addr);




More information about the busybox-cvs mailing list