aboutsummaryrefslogtreecommitdiff
path: root/e2fsprogs/ext2fs
diff options
context:
space:
mode:
authorvapier <vapier@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-03-18 04:13:32 +0000
committervapier <vapier@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-03-18 04:13:32 +0000
commitdd96c920c9ec0e84254b665f083659543840ca34 (patch)
tree0192bf8002b13c667b0a852baf983478cc1a378a /e2fsprogs/ext2fs
parent0f0382cbf825a063acd7e9c69b8113f06a3570e3 (diff)
downloadbusybox-w32-dd96c920c9ec0e84254b665f083659543840ca34.tar.gz
busybox-w32-dd96c920c9ec0e84254b665f083659543840ca34.tar.bz2
busybox-w32-dd96c920c9ec0e84254b665f083659543840ca34.zip
need string.h as well as strings.h
git-svn-id: svn://busybox.net/trunk/busybox@14562 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'e2fsprogs/ext2fs')
-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 5e727d186..922c31c85 100644
--- a/e2fsprogs/ext2fs/bitops.h
+++ b/e2fsprogs/ext2fs/bitops.h
@@ -13,6 +13,7 @@
13 * Linus Torvalds. 13 * Linus Torvalds.
14 */ 14 */
15 15
16#include <string.h>
16#include <strings.h> 17#include <strings.h>
17 18
18extern int ext2fs_set_bit(unsigned int nr,void * addr); 19extern int ext2fs_set_bit(unsigned int nr,void * addr);