[BusyBox-cvs] svn commit: trunk/busybox/e2fsprogs/ext2fs

vapier at busybox.net vapier at busybox.net
Sat Jun 11 00:11:47 UTC 2005


Author: vapier
Date: 2005-06-10 18:11:46 -0600 (Fri, 10 Jun 2005)
New Revision: 10516

Log:
need strings.h for ffs()

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


Changeset:
Modified: trunk/busybox/e2fsprogs/ext2fs/bitops.h
===================================================================
--- trunk/busybox/e2fsprogs/ext2fs/bitops.h	2005-06-11 00:11:37 UTC (rev 10515)
+++ trunk/busybox/e2fsprogs/ext2fs/bitops.h	2005-06-11 00:11:46 UTC (rev 10516)
@@ -13,6 +13,7 @@
  * Linus Torvalds.
  */
 
+#include <strings.h>
 
 extern int ext2fs_set_bit(int nr,void * addr);
 extern int ext2fs_clear_bit(int nr, void * addr);




More information about the busybox-cvs mailing list