From 083d3f49c2c0fec0bd8b5b0bec875d67748c612e Mon Sep 17 00:00:00 2001 From: "\"Vladimir N. Oleynik\"" Date: Mon, 10 Oct 2005 11:35:17 +0000 Subject: bb_mkdep: Rewroted. removed problem "include name must uniq", speed up * 3. e2fsprogs: remove confuse bb_mkdep. Use internal e2fsprogs includes only. other: remove confuse bb_mkdep. --- e2fsprogs/chattr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'e2fsprogs/chattr.c') diff --git a/e2fsprogs/chattr.c b/e2fsprogs/chattr.c index 1471c851d..66838e642 100644 --- a/e2fsprogs/chattr.c +++ b/e2fsprogs/chattr.c @@ -28,7 +28,7 @@ #include #include #include -#include +#include "ext2fs/ext2_fs.h" #ifdef __GNUC__ # define EXT2FS_ATTR(x) __attribute__(x) -- cgit v1.2.3