diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-07-23 14:05:01 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-07-23 14:05:01 +0000 |
commit | f3627cbe9236a062012c836f3b6ee311b43f63f2 (patch) | |
tree | ae854838b9a73b35bd0f3b8f42e5fb7f9cb1d5a9 /fs/fat | |
parent | fea12a7b3f20bc135ab533491411e9ff753c01c8 (diff) |
Merge with Linux 2.4.0-test5-pre4.
Diffstat (limited to 'fs/fat')
-rw-r--r-- | fs/fat/inode.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/fat/inode.c b/fs/fat/inode.c index 8c87289a0..11ac092cb 100644 --- a/fs/fat/inode.c +++ b/fs/fat/inode.c @@ -10,6 +10,7 @@ * Max Cohan: Fixed invalid FSINFO offset when info_sector is 0 */ +#include <linux/config.h> #include <linux/version.h> #define __NO_VERSION__ #include <linux/module.h> |