diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1995-11-14 08:00:00 +0000 |
---|---|---|
committer | <ralf@linux-mips.org> | 1995-11-14 08:00:00 +0000 |
commit | e7c2a72e2680827d6a733931273a93461c0d8d1b (patch) | |
tree | c9abeda78ef7504062bb2e816bcf3e3c9d680112 /fs/sysv/symlink.c | |
parent | ec6044459060a8c9ce7f64405c465d141898548c (diff) |
Import of Linux/MIPS 1.3.0
Diffstat (limited to 'fs/sysv/symlink.c')
-rw-r--r-- | fs/sysv/symlink.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fs/sysv/symlink.c b/fs/sysv/symlink.c index d392816bc..c4e7d5bf5 100644 --- a/fs/sysv/symlink.c +++ b/fs/sysv/symlink.c @@ -13,6 +13,10 @@ * SystemV/Coherent symlink handling code */ +#ifdef MODULE +#include <linux/module.h> +#endif + #include <asm/segment.h> #include <linux/errno.h> |