mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-03 14:48:57 +00:00
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:
parent
1ecbf08a0c
commit
196d6399bb
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=55355
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user