mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
include systm.h in vnode_if.c so that panic is defined when we're doing
DEBUG_ALL_VFS_LOCKS.
This commit is contained in:
parent
8c5c5d049f
commit
ef317162da
1 changed files with 1 additions and 0 deletions
|
|
@ -128,6 +128,7 @@ if (hfile)
|
|||
if (cfile) {
|
||||
printc(common_head \
|
||||
"#include <sys/param.h>\n" \
|
||||
"#include <sys/systm.h>\n" \
|
||||
"#include <sys/vnode.h>\n" \
|
||||
"\n" \
|
||||
"struct vnodeop_desc vop_default_desc = {\n" \
|
||||
|
|
|
|||
Loading…
Reference in a new issue