Must now include vm/vm.h and vm/vm_param.h due to the way we define KERNBASE.

Reviewed by:	David Greenman
This commit is contained in:
rgrimes 1994-05-28 04:20:59 +00:00
parent 12365dc0be
commit 3d0a09bd06

View File

@ -37,6 +37,9 @@ static char sccsid[] = "@(#)nlist.c 8.1 (Berkeley) 6/6/93";
#include <sys/param.h> #include <sys/param.h>
#include <vm/vm.h>
#include <vm/vm_param.h>
#include <a.out.h> #include <a.out.h>
#include <db.h> #include <db.h>
#include <err.h> #include <err.h>