Include <machine/vmparam.h> for VM_MIN_*...

This commit is contained in:
matt 2001-08-05 17:51:40 +00:00
parent e2f9740f5b
commit 55c1d5c2d5
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: kvm_alpha.c,v 1.19 2001/08/05 03:33:15 matt Exp $ */
/* $NetBSD: kvm_alpha.c,v 1.20 2001/08/05 17:51:40 matt Exp $ */
/*
* Copyright (c) 1994, 1995 Carnegie-Mellon University.
@ -41,6 +41,7 @@
#include <uvm/uvm_extern.h>
#include <machine/pmap.h>
#include <machine/vmparam.h>
#include <limits.h>
#include <db.h>