aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/linux/linux_generic.c
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1995-12-09 08:17:24 +0000
committerPeter Wemm <peter@FreeBSD.org>1995-12-09 08:17:24 +0000
commitac9a8f2f81be3e7c8f0a5ed6e4f0d89be0ebeb34 (patch)
tree73a3a3dc69bf4215bda95fc85264073881a37fc2 /sys/i386/linux/linux_generic.c
parent36f8da038f680ab952be57f88974f953a6ab667b (diff)
downloadsrc-ac9a8f2f81be3e7c8f0a5ed6e4f0d89be0ebeb34.tar.gz
src-ac9a8f2f81be3e7c8f0a5ed6e4f0d89be0ebeb34.zip
Attempt to make the Linux LKM compile again after the recent VM include
de-nesting changes... (I figured this might be usefulif it actually built, since I've told everybody to rebuild it or die.. :-)
Notes
Notes: svn path=/head/; revision=12689
Diffstat (limited to 'sys/i386/linux/linux_generic.c')
-rw-r--r--sys/i386/linux/linux_generic.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/i386/linux/linux_generic.c b/sys/i386/linux/linux_generic.c
index 8b90023143f2..da528c18daa5 100644
--- a/sys/i386/linux/linux_generic.c
+++ b/sys/i386/linux/linux_generic.c
@@ -25,7 +25,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: linux_generic.c,v 1.2 1995/11/22 07:43:45 bde Exp $
+ * $Id: linux_generic.c,v 1.3 1995/12/09 04:31:47 peter Exp $
*/
#include <sys/param.h>
@@ -33,6 +33,9 @@
#include <sys/exec.h>
#include <vm/vm.h> /* XXX for a macro in exec.h */
+#include <vm/vm_param.h>
+#include <vm/pmap.h>
+#include <machine/vmparam.h>
#include <i386/linux/linux.h>