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:15:16 +00:00
parent f734c06c4d
commit f2fe00c5a1

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>