Package: plex86
Version:
Author: Guillem Jover <guillem@hadrons.org>
Status: applied
Description:
 Fixed compile error with linux 2.4 kernels and movule versioning.

diff -Naur plex86/kernel/host-linux.c plex86-patched/kernel/host-linux.c
--- plex86/kernel/host-linux.c	2002-07-20 20:28:48.000000000 +0200
+++ plex86-patched/kernel/host-linux.c	2003-02-18 14:21:01.000000000 +0100
@@ -24,6 +24,7 @@
 #include "monitor.h"
 
 #include <linux/config.h>
+#include <linux/modversions.h>
 #include <linux/module.h>
 #include <linux/types.h>
 #include <linux/kernel.h>
