projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
25f67d4
)
need string.h as well as strings.h
author
Mike Frysinger
<vapier@gentoo.org>
Sat, 18 Mar 2006 04:13:32 +0000
(
04:13
-0000)
committer
Mike Frysinger
<vapier@gentoo.org>
Sat, 18 Mar 2006 04:13:32 +0000
(
04:13
-0000)
e2fsprogs/ext2fs/bitops.h
patch
|
blob
|
history
diff --git
a/e2fsprogs/ext2fs/bitops.h
b/e2fsprogs/ext2fs/bitops.h
index 5e727d186e09d99d3b61716349399b985e48880b..922c31c8563407f52d8b601fd8f5734954ab43e6 100644
(file)
--- 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);