Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-06-11 04:11:46 +0400
committerMike Frysinger <vapier@gentoo.org>2005-06-11 04:11:46 +0400
commitf98f5e37cd774cfbc645331bbfaddf00ea5fb733 (patch)
tree7afdc6a119ad52e1c91b07199706928204e3a922
parent0301ffab3d9e6e43bdc3dc29cff4eb36097967c9 (diff)
need strings.h for ffs()
-rw-r--r--e2fsprogs/ext2fs/bitops.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/e2fsprogs/ext2fs/bitops.h b/e2fsprogs/ext2fs/bitops.h
index b2238099c..c4c33819c 100644
--- a/e2fsprogs/ext2fs/bitops.h
+++ b/e2fsprogs/ext2fs/bitops.h
@@ -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);