Add #include <vm/pmap.h> in order to make savecore compile again after the
last round of <vm/*.h> include file changes.
This commit is contained in:
parent
0fe1bab6cc
commit
65219883c8
@ -49,6 +49,7 @@ static char sccsid[] = "@(#)savecore.c 8.3 (Berkeley) 1/2/94";
|
||||
|
||||
#include <vm/vm.h>
|
||||
#include <vm/vm_param.h>
|
||||
#include <vm/pmap.h>
|
||||
|
||||
#include <dirent.h>
|
||||
#include <errno.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user