mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04: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
2 changed files with 2 additions and 0 deletions
|
|
@ -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 a new issue