summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_lock.c
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2005-10-02 10:03:51 +0000
committerrwatson <rwatson@FreeBSD.org>2005-10-02 10:03:51 +0000
commit920951839a2bd916413b6b1d9c1bac67a4616e9b (patch)
treec5f4d2440bcdce6557698d19093d01e6c2c02e73 /sys/kern/kern_lock.c
parent98b9a514bdb495edb5c3ef26e2a11a360fdd75dc (diff)
downloadFreeBSD-src-920951839a2bd916413b6b1d9c1bac67a4616e9b.zip
FreeBSD-src-920951839a2bd916413b6b1d9c1bac67a4616e9b.tar.gz
Include kdb.h so that kdb_active is declared regardless of KDB being
included in the kernel. MFC after: 0 days
Diffstat (limited to 'sys/kern/kern_lock.c')
-rw-r--r--sys/kern/kern_lock.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/kern/kern_lock.c b/sys/kern/kern_lock.c
index 12c0d9c..0004298 100644
--- a/sys/kern/kern_lock.c
+++ b/sys/kern/kern_lock.c
@@ -44,6 +44,7 @@
__FBSDID("$FreeBSD$");
#include <sys/param.h>
+#include <sys/kdb.h>
#include <sys/kernel.h>
#include <sys/ktr.h>
#include <sys/lock.h>
OpenPOWER on IntegriCloud