summaryrefslogtreecommitdiff
path: root/misc/badblocks.c
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2001-05-14 11:45:38 +0000
committerTheodore Ts'o <tytso@mit.edu>2001-05-14 11:45:38 +0000
commit54c637d4d29af3e6365779f8b12976abe95a4753 (patch)
tree842e53b60ad3c0a80d06b057f125457ccef95702 /misc/badblocks.c
parent9f8046fc6dfc13eee2f5c363214e60b533872cac (diff)
downloade2fsprogs-54c637d4d29af3e6365779f8b12976abe95a4753.tar.gz
Many files:
badblocks.c, chattr.c, dumpe2fs.c, e2image.c, findsuper.c, lsattr.c, mke2fs.c, mklost+found.c, tune2fs.c, util.c: Change location of ext2_fs.h to be ext2fs/ext2_fs.h ChangeLog, Makefile.in, resize2fs.h: resize2fs.h: Change location of ext2_fs.h to be ext2fs/ext2_fs.h ChangeLog, Makefile.in, debugfs.h: debugfs.h: Change location of ext2_fs.h to be ext2fs/ext2_fs.h ChangeLog, Makefile.in, e2fsck.h, scantest.c: e2fsck.h, scantest.c: Change location of ext2_fs.h to be ext2fs/ext2_fs.h ChangeLog, Makefile.in, tst_uuid.c, uuid_time.c: tst_uuid.c, uuid_time.c: Remove unneeded #include of ext2_fs.h ChangeLog, Makefile.in, e2p.h: e2p.h: Change location of ext2_fs.h to be ext2fs/ext2_fs.h ChangeLog, Makefile.in, test_icount.c, test_rel.c: test_icount.c, test_rel.c: Change location of ext2_fs.h to be ext2fs/ext2_fs.h
Diffstat (limited to 'misc/badblocks.c')
-rw-r--r--misc/badblocks.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/badblocks.c b/misc/badblocks.c
index 749c86e0..8de08f74 100644
--- a/misc/badblocks.c
+++ b/misc/badblocks.c
@@ -49,7 +49,7 @@ extern int optind;
#include "et/com_err.h"
#include "ext2fs/ext2_io.h"
-#include <linux/ext2_fs.h>
+#include "ext2fs/ext2_fs.h"
#include "ext2fs/ext2fs.h"
#include "nls-enable.h"