Include kdb.h so that kdb_active is declared regardless of KDB being

included in the kernel.

MFC after:	0 days
This commit is contained in:
Robert Watson 2005-10-02 10:03:51 +00:00
parent 5bb52dc4d5
commit c30bf5c317
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=150807

View File

@ -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>