diff options
author | vapier <vapier@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-03-18 04:13:32 +0000 |
---|---|---|
committer | vapier <vapier@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-03-18 04:13:32 +0000 |
commit | dd96c920c9ec0e84254b665f083659543840ca34 (patch) | |
tree | 0192bf8002b13c667b0a852baf983478cc1a378a /e2fsprogs/ext2fs | |
parent | 0f0382cbf825a063acd7e9c69b8113f06a3570e3 (diff) | |
download | busybox-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.h | 1 |
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 | ||
18 | extern int ext2fs_set_bit(unsigned int nr,void * addr); | 19 | extern int ext2fs_set_bit(unsigned int nr,void * addr); |