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:
Rodney W. Grimes 1994-05-28 04:15:16 +00:00
parent 303b706ca0
commit c33d416724
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=1599

View file

@ -47,6 +47,9 @@ static char sccsid[] = "@(#)savecore.c 8.3 (Berkeley) 1/2/94";
#include <sys/syslog.h>
#include <sys/time.h>
#include <vm/vm.h>
#include <vm/vm_paramh.>
#include <dirent.h>
#include <errno.h>
#include <fcntl.h>