aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/compat/parser.c
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2004-04-20 08:25:43 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2004-04-20 08:25:43 +0000
commitd30a0f25f353dd56746c922b50bc1bed59d29cfb (patch)
treed4a304d372bd0d38185c5ec6495e3644cb3deaea /kernel/compat/parser.c
parentb86eca23b9bb47893e395057885e9e30e431afcf (diff)
downloadlibfuse-d30a0f25f353dd56746c922b50bc1bed59d29cfb.tar.gz
fix
Diffstat (limited to 'kernel/compat/parser.c')
-rw-r--r--kernel/compat/parser.c9
1 files changed, 8 insertions, 1 deletions
diff --git a/kernel/compat/parser.c b/kernel/compat/parser.c
index 5527c33..fa1d63e 100644
--- a/kernel/compat/parser.c
+++ b/kernel/compat/parser.c
@@ -5,9 +5,16 @@
* Version 2. See the file COPYING for more details.
*/
+#include <linux/config.h>
+#ifdef CONFIG_MODVERSIONS
+#define MODVERSIONS
+#include <linux/modversions.h>
+#endif
+
+#include "parser.h"
+
#include <linux/ctype.h>
#include <linux/module.h>
-#include <linux/parser.h>
#include <linux/slab.h>
#include <linux/string.h>