diff options
Diffstat (limited to 'fs/ext2/dir.c')
-rw-r--r-- | fs/ext2/dir.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/ext2/dir.c b/fs/ext2/dir.c index cd49b5da6..5db9c4dbd 100644 --- a/fs/ext2/dir.c +++ b/fs/ext2/dir.c @@ -19,6 +19,7 @@ */ #include <linux/fs.h> +#include <linux/ext2_fs.h> static unsigned char ext2_filetype_table[] = { DT_UNKNOWN, DT_REG, DT_DIR, DT_CHR, DT_BLK, DT_FIFO, DT_SOCK, DT_LNK |