diff options
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 841d58a..46a745e 100644 --- a/e2fsprogs/tune2fs.c +++ b/e2fsprogs/tune2fs.c @@ -8,7 +8,7 @@ */ #include "libbb.h" #include <linux/fs.h> -#include "bb_linux_ext2_fs.h" +#include "bb_e2fs_defs.h" // storage helpers char BUG_wrong_field_size(void); |