summaryrefslogtreecommitdiff
path: root/misc/findsuper.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/findsuper.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/findsuper.c')
-rw-r--r--misc/findsuper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/findsuper.c b/misc/findsuper.c
index 806b12d4..35bf9b96 100644
--- a/misc/findsuper.c
+++ b/misc/findsuper.c
@@ -90,7 +90,7 @@
#include <stdlib.h>
#include <time.h>
-#include <linux/ext2_fs.h>
+#include "ext2fs/ext2_fs.h"
#include "nls-enable.h"