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:
Peter Wemm 1995-12-13 11:36:20 +00:00
parent 0fe1bab6cc
commit 65219883c8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=12806

View File

@ -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>