diff options
author | Rob Landley | 2006-04-01 00:40:33 +0000 |
---|---|---|
committer | Rob Landley | 2006-04-01 00:40:33 +0000 |
commit | 43ac88849b9a36948a606a64d94e0369ee7f2ba2 (patch) | |
tree | ab10d683435ae62166e2ef6867419172a4d3cb05 /e2fsprogs/ext2fs/ext2fs_inline.c | |
parent | 5cf905a871d696b00115a359bbc253483b82da0f (diff) | |
download | busybox-43ac88849b9a36948a606a64d94e0369ee7f2ba2.zip busybox-43ac88849b9a36948a606a64d94e0369ee7f2ba2.tar.gz |
Ext2fs cleanup from Garrett Kajmowicz.
Diffstat (limited to 'e2fsprogs/ext2fs/ext2fs_inline.c')
-rw-r--r-- | e2fsprogs/ext2fs/ext2fs_inline.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/e2fsprogs/ext2fs/ext2fs_inline.c b/e2fsprogs/ext2fs/ext2fs_inline.c index a363b19..d670065 100644 --- a/e2fsprogs/ext2fs/ext2fs_inline.c +++ b/e2fsprogs/ext2fs/ext2fs_inline.c @@ -11,6 +11,7 @@ #include "ext2fs.h" #include "bitops.h" +#include <string.h> /* * Allocate memory |