From fefbd8d12e30cacbb24ea663dcbff242241d6eb9 Mon Sep 17 00:00:00 2001 From: jhb Date: Tue, 17 Jan 2006 16:58:32 +0000 Subject: Bah. Fix 'show lock' to actually be compiled in. I had just fixed this in p4 but had an older subr_lock.c on the machine I committed to CVS from. --- sys/kern/subr_lock.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sys/kern/subr_lock.c') diff --git a/sys/kern/subr_lock.c b/sys/kern/subr_lock.c index 3273d91..db1f8c9 100644 --- a/sys/kern/subr_lock.c +++ b/sys/kern/subr_lock.c @@ -35,9 +35,12 @@ #include __FBSDID("$FreeBSD$"); +#include "opt_ddb.h" + #include #include #include +#include #include #ifdef DDB -- cgit v1.1