diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-03-18 04:13:32 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-03-18 04:13:32 +0000 |
commit | 179f41778880d0a233435f5c9ed04e17316f479a (patch) | |
tree | 0192bf8002b13c667b0a852baf983478cc1a378a /e2fsprogs/ext2fs/bitops.h | |
parent | 25f67d419de7f6ab8a3f6a806f3a38e5b8fa430e (diff) | |
download | busybox-w32-179f41778880d0a233435f5c9ed04e17316f479a.tar.gz busybox-w32-179f41778880d0a233435f5c9ed04e17316f479a.tar.bz2 busybox-w32-179f41778880d0a233435f5c9ed04e17316f479a.zip |
need string.h as well as strings.h
Diffstat (limited to '')
-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); |