summaryrefslogtreecommitdiffstats
path: root/sys/ufs
diff options
context:
space:
mode:
authorjeff <jeff@FreeBSD.org>2002-05-04 02:40:37 +0000
committerjeff <jeff@FreeBSD.org>2002-05-04 02:40:37 +0000
commit86e123b51290b8347db98feb831c9f5c638f9ad9 (patch)
treec43d993a11f4962111965ef893adeadecfd64220 /sys/ufs
parent726c505bb93255f31768c72ec3e15f11de05ddbc (diff)
downloadFreeBSD-src-86e123b51290b8347db98feb831c9f5c638f9ad9.zip
FreeBSD-src-86e123b51290b8347db98feb831c9f5c638f9ad9.tar.gz
Include systm.h so panic(9) is defined when doing DEBUG_ALL_VFS_LOCKS.
Diffstat (limited to 'sys/ufs')
-rw-r--r--sys/ufs/ufs/ufs_inode.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/ufs/ufs/ufs_inode.c b/sys/ufs/ufs/ufs_inode.c
index f7c7884..87070cf 100644
--- a/sys/ufs/ufs/ufs_inode.c
+++ b/sys/ufs/ufs/ufs_inode.c
@@ -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>
OpenPOWER on IntegriCloud