mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-23 09:23:00 +01:00
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
303b706ca0
commit
c33d416724
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=1599
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user