diff options
Diffstat (limited to 'fs/minix/file.c')
-rw-r--r-- | fs/minix/file.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fs/minix/file.c b/fs/minix/file.c index 670fb5e75..db3097c37 100644 --- a/fs/minix/file.c +++ b/fs/minix/file.c @@ -6,6 +6,10 @@ * minix regular file handling primitives */ +#ifdef MODULE +#include <linux/module.h> +#endif + #include <asm/segment.h> #include <asm/system.h> |