mirror of https://github.com/mirror/busybox.git
need strings.h for ffs()
parent
0301ffab3d
commit
f98f5e37cd
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue