summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_lock.c
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2006-01-17 16:58:32 +0000
committerjhb <jhb@FreeBSD.org>2006-01-17 16:58:32 +0000
commitfefbd8d12e30cacbb24ea663dcbff242241d6eb9 (patch)
tree4bcd6d4f0c4155591cb0f8809a25e2b867c51db5 /sys/kern/subr_lock.c
parentc0cf4870f410060c24b4fada37aa68f397098325 (diff)
downloadFreeBSD-src-fefbd8d12e30cacbb24ea663dcbff242241d6eb9.zip
FreeBSD-src-fefbd8d12e30cacbb24ea663dcbff242241d6eb9.tar.gz
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.
Diffstat (limited to 'sys/kern/subr_lock.c')
-rw-r--r--sys/kern/subr_lock.c3
1 files changed, 3 insertions, 0 deletions
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 <sys/cdefs.h>
__FBSDID("$FreeBSD$");
+#include "opt_ddb.h"
+
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/ktr.h>
+#include <sys/linker_set.h>
#include <sys/lock.h>
#ifdef DDB
OpenPOWER on IntegriCloud