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:
parent
12365dc0be
commit
3d0a09bd06
@ -37,6 +37,9 @@ static char sccsid[] = "@(#)nlist.c 8.1 (Berkeley) 6/6/93";
|
||||
|
||||
#include <sys/param.h>
|
||||
|
||||
#include <vm/vm.h>
|
||||
#include <vm/vm_param.h>
|
||||
|
||||
#include <a.out.h>
|
||||
#include <db.h>
|
||||
#include <err.h>
|
||||
|
Loading…
Reference in New Issue
Block a user