diff options
Diffstat (limited to 'e2fsprogs/ext2fs/ext2_fs.h')
-rw-r--r-- | e2fsprogs/ext2fs/ext2_fs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/e2fsprogs/ext2fs/ext2_fs.h b/e2fsprogs/ext2fs/ext2_fs.h index ff615c4bd..7a9890320 100644 --- a/e2fsprogs/ext2fs/ext2_fs.h +++ b/e2fsprogs/ext2fs/ext2_fs.h | |||
@@ -16,7 +16,7 @@ | |||
16 | #ifndef _LINUX_EXT2_FS_H | 16 | #ifndef _LINUX_EXT2_FS_H |
17 | #define _LINUX_EXT2_FS_H | 17 | #define _LINUX_EXT2_FS_H |
18 | 18 | ||
19 | #include <ext2fs/ext2_types.h> /* Changed from linux/types.h */ | 19 | #include "ext2_types.h" /* Changed from linux/types.h */ |
20 | 20 | ||
21 | /* | 21 | /* |
22 | * The second extended filesystem constants/structures | 22 | * The second extended filesystem constants/structures |