diff options
Diffstat (limited to 'fs/befs/befs.h')
-rw-r--r-- | fs/befs/befs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/befs/befs.h b/fs/befs/befs.h index 057a2c3d73b..c400bb6a6b7 100644 --- a/fs/befs/befs.h +++ b/fs/befs/befs.h @@ -151,4 +151,6 @@ befs_brun_size(struct super_block *sb, befs_block_run run) return BEFS_SB(sb)->block_size * run.len; } +#include "endian.h" + #endif /* _LINUX_BEFS_H */ |