need string.h as well as strings.h

This commit is contained in:
Mike Frysinger 2006-03-18 04:13:32 +00:00
parent 25f67d419d
commit 179f417788

View File

@ -13,6 +13,7 @@
* Linus Torvalds.
*/
#include <string.h>
#include <strings.h>
extern int ext2fs_set_bit(unsigned int nr,void * addr);