mirror of https://github.com/mirror/busybox.git
need string.h as well as strings.h
parent
25f67d419d
commit
179f417788
|
@ -13,6 +13,7 @@
|
|||
* Linus Torvalds.
|
||||
*/
|
||||
|
||||
#include <string.h>
|
||||
#include <strings.h>
|
||||
|
||||
extern int ext2fs_set_bit(unsigned int nr,void * addr);
|
||||
|
|
Loading…
Reference in New Issue