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:
Jeff Roberson 2002-05-04 02:35:13 +00:00
parent 8c5c5d049f
commit ef317162da

View file

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