need string.h as well as strings.h
authorMike Frysinger <vapier@gentoo.org>
Sat, 18 Mar 2006 04:13:32 +0000 (04:13 -0000)
committerMike Frysinger <vapier@gentoo.org>
Sat, 18 Mar 2006 04:13:32 +0000 (04:13 -0000)
e2fsprogs/ext2fs/bitops.h

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