diff options
author | Theodore Ts'o <tytso@mit.edu> | 2001-05-14 11:45:38 +0000 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2001-05-14 11:45:38 +0000 |
commit | 54c637d4d29af3e6365779f8b12976abe95a4753 (patch) | |
tree | 842e53b60ad3c0a80d06b057f125457ccef95702 /misc/e2image.c | |
parent | 9f8046fc6dfc13eee2f5c363214e60b533872cac (diff) | |
download | e2fsprogs-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/e2image.c')
-rw-r--r-- | misc/e2image.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/e2image.c b/misc/e2image.c index 976ae55b..fb3f943b 100644 --- a/misc/e2image.c +++ b/misc/e2image.c @@ -29,8 +29,7 @@ extern int optind; #include <sys/stat.h> #include <sys/types.h> -#include <linux/ext2_fs.h> - +#include "ext2fs/ext2_fs.h" #include "ext2fs/ext2fs.h" #include "et/com_err.h" #include "uuid/uuid.h" |