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:
parent
5bb52dc4d5
commit
c30bf5c317
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=150807
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user