Need to #include vm_zone.h to pick up inline definition of zfree() so that

NDFREE() macro from namei.h will be happy.
This commit is contained in:
Mark Newton 2000-01-03 20:34:39 +00:00
parent 1ecbf08a0c
commit 196d6399bb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=55355
2 changed files with 2 additions and 0 deletions

View File

@ -50,6 +50,7 @@
#include <sys/vnode.h>
#include <sys/module.h>
#include <vm/vm.h>
#include <vm/vm_zone.h>
#include <sys/exec.h>
#include <sys/kernel.h>
#include <machine/cpu.h>

View File

@ -50,6 +50,7 @@
#include <sys/vnode.h>
#include <sys/module.h>
#include <vm/vm.h>
#include <vm/vm_zone.h>
#include <sys/exec.h>
#include <sys/kernel.h>
#include <machine/cpu.h>