diff options
Diffstat (limited to 'fs/hpfs/file.c')
| -rw-r--r-- | fs/hpfs/file.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/hpfs/file.c b/fs/hpfs/file.c index 64ab5225920..3efabff0036 100644 --- a/fs/hpfs/file.c +++ b/fs/hpfs/file.c @@ -6,6 +6,7 @@   *  file VFS functions   */ +#include <linux/smp_lock.h>  #include "hpfs_fn.h"  #define BLOCKS(size) (((size) + 511) >> 9)  |