summaryrefslogtreecommitdiffstats
path: root/fs/minix/file.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/minix/file.c')
-rw-r--r--fs/minix/file.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/minix/file.c b/fs/minix/file.c
index 9eab1fb17..6683c393c 100644
--- a/fs/minix/file.c
+++ b/fs/minix/file.c
@@ -24,6 +24,7 @@
#define MAX(a,b) (((a)>(b))?(a):(b))
#include <linux/fs.h>
+#include <linux/minix_fs.h>
/*
* Write to a file (through the page cache).