From 726c505bb93255f31768c72ec3e15f11de05ddbc Mon Sep 17 00:00:00 2001 From: jeff Date: Sat, 4 May 2002 02:37:00 +0000 Subject: Include systm.h for panic(9) so that DEBUG_ALL_VFS_LOCKS compiles. --- sys/isofs/cd9660/cd9660_bmap.c | 1 + sys/isofs/cd9660/cd9660_util.c | 1 + 2 files changed, 2 insertions(+) (limited to 'sys/isofs/cd9660') diff --git a/sys/isofs/cd9660/cd9660_bmap.c b/sys/isofs/cd9660/cd9660_bmap.c index e5fcd9a..4269289 100644 --- a/sys/isofs/cd9660/cd9660_bmap.c +++ b/sys/isofs/cd9660/cd9660_bmap.c @@ -40,6 +40,7 @@ */ #include +#include #include #include diff --git a/sys/isofs/cd9660/cd9660_util.c b/sys/isofs/cd9660/cd9660_util.c index 56279db..87475e6 100644 --- a/sys/isofs/cd9660/cd9660_util.c +++ b/sys/isofs/cd9660/cd9660_util.c @@ -41,6 +41,7 @@ */ #include +#include #include #include -- cgit v1.1