diff options
Diffstat (limited to 'e2fsprogs/e2p/e2p.h')
-rw-r--r-- | e2fsprogs/e2p/e2p.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/e2fsprogs/e2p/e2p.h b/e2fsprogs/e2p/e2p.h index 57bcec31f..d4a8c0eda 100644 --- a/e2fsprogs/e2p/e2p.h +++ b/e2fsprogs/e2p/e2p.h | |||
@@ -3,12 +3,14 @@ | |||
3 | #include <stdio.h> | 3 | #include <stdio.h> |
4 | #include <dirent.h> | 4 | #include <dirent.h> |
5 | 5 | ||
6 | #include <ext2fs/ext2_fs.h> | 6 | #include "../ext2fs/ext2_fs.h" |
7 | 7 | ||
8 | #define E2P_FEATURE_COMPAT 0 | 8 | #define E2P_FEATURE_COMPAT 0 |
9 | #define E2P_FEATURE_INCOMPAT 1 | 9 | #define E2P_FEATURE_INCOMPAT 1 |
10 | #define E2P_FEATURE_RO_INCOMPAT 2 | 10 | #define E2P_FEATURE_RO_INCOMPAT 2 |
11 | 11 | #ifndef EXT3_FEATURE_INCOMPAT_EXTENTS | |
12 | #define EXT3_FEATURE_INCOMPAT_EXTENTS 0x0040 | ||
13 | #endif | ||
12 | 14 | ||
13 | /* `options' for print_flags() */ | 15 | /* `options' for print_flags() */ |
14 | 16 | ||