diff options
Diffstat (limited to 'scullv/mmap.c')
-rw-r--r-- | scullv/mmap.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scullv/mmap.c b/scullv/mmap.c index 6d81739..a6cad95 100644 --- a/scullv/mmap.c +++ b/scullv/mmap.c @@ -20,6 +20,7 @@ #include <linux/mm.h> /* everything */ #include <linux/errno.h> /* error codes */ #include <asm/pgtable.h> +#include <linux/fs.h> #include "scullv.h" /* local definitions */ |