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/tune2fs.c | |
parent | 5cf905a871d696b00115a359bbc253483b82da0f (diff) | |
download | busybox-43ac88849b9a36948a606a64d94e0369ee7f2ba2.zip busybox-43ac88849b9a36948a606a64d94e0369ee7f2ba2.tar.gz |
Ext2fs cleanup from Garrett Kajmowicz.
Diffstat (limited to 'e2fsprogs/tune2fs.c')
-rw-r--r-- | e2fsprogs/tune2fs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/e2fsprogs/tune2fs.c b/e2fsprogs/tune2fs.c index 2bd9a65..65ff445 100644 --- a/e2fsprogs/tune2fs.c +++ b/e2fsprogs/tune2fs.c @@ -39,7 +39,7 @@ #include "ext2fs/ext2fs.h" #include "uuid/uuid.h" #include "e2p/e2p.h" -#include "ext2fs/jfs_user.h" +#include "ext2fs/kernel-jbd.h" #include "util.h" #include "blkid/blkid.h" |