Include systm.h so panic(9) is defined when doing DEBUG_ALL_VFS_LOCKS.

This commit is contained in:
Jeff Roberson 2002-05-04 02:40:37 +00:00
parent 441271159e
commit 5df148630f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=96010

View File

@ -43,6 +43,7 @@
#include "opt_ufs.h"
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/vnode.h>
#include <sys/lock.h>
#include <sys/mount.h>