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/fs/cd9660/cd9660_bmap.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/fs/cd9660/cd9660_bmap.c') diff --git a/sys/fs/cd9660/cd9660_bmap.c b/sys/fs/cd9660/cd9660_bmap.c index e5fcd9a..4269289 100644 --- a/sys/fs/cd9660/cd9660_bmap.c +++ b/sys/fs/cd9660/cd9660_bmap.c @@ -40,6 +40,7 @@ */ #include +#include #include #include -- cgit v1.1