diff options
| -rw-r--r-- | fs/befs/super.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/befs/super.c b/fs/befs/super.c index 41f2b4d0093e..ca40f828f64d 100644 --- a/fs/befs/super.c +++ b/fs/befs/super.c | |||
| @@ -8,6 +8,7 @@ | |||
| 8 | */ | 8 | */ |
| 9 | 9 | ||
| 10 | #include <linux/fs.h> | 10 | #include <linux/fs.h> |
| 11 | #include <asm/page.h> /* for PAGE_SIZE */ | ||
| 11 | 12 | ||
| 12 | #include "befs.h" | 13 | #include "befs.h" |
| 13 | #include "super.h" | 14 | #include "super.h" |
