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>2006-03-18 07:13:32 +0300
committerMike Frysinger <vapier@gentoo.org>2006-03-18 07:13:32 +0300
commit179f41778880d0a233435f5c9ed04e17316f479a (patch)
tree0192bf8002b13c667b0a852baf983478cc1a378a /e2fsprogs
parent25f67d419de7f6ab8a3f6a806f3a38e5b8fa430e (diff)
need string.h as well as strings.h
Diffstat (limited to 'e2fsprogs')
-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 @@
* Linus Torvalds.
*/
+#include <string.h>
#include <strings.h>
extern int ext2fs_set_bit(unsigned int nr,void * addr);