mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-01 08:27:59 +00:00
Include the right headers to get the DDB #define and the db_active variable.
This commit is contained in:
parent
896c2303d4
commit
9c36c934a1
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=68790
@ -50,6 +50,7 @@
|
||||
* 6 capitalized : a member of the Jehovah's Witnesses
|
||||
*/
|
||||
|
||||
#include "opt_ddb.h"
|
||||
#include "opt_witness.h"
|
||||
|
||||
#include <sys/param.h>
|
||||
@ -67,6 +68,8 @@
|
||||
#include <machine/clock.h>
|
||||
#include <machine/cpu.h>
|
||||
|
||||
#include <ddb/ddb.h>
|
||||
|
||||
#include <vm/vm.h>
|
||||
#include <vm/vm_extern.h>
|
||||
|
||||
|
@ -50,6 +50,7 @@
|
||||
* 6 capitalized : a member of the Jehovah's Witnesses
|
||||
*/
|
||||
|
||||
#include "opt_ddb.h"
|
||||
#include "opt_witness.h"
|
||||
|
||||
#include <sys/param.h>
|
||||
@ -67,6 +68,8 @@
|
||||
#include <machine/clock.h>
|
||||
#include <machine/cpu.h>
|
||||
|
||||
#include <ddb/ddb.h>
|
||||
|
||||
#include <vm/vm.h>
|
||||
#include <vm/vm_extern.h>
|
||||
|
||||
|
@ -50,6 +50,7 @@
|
||||
* 6 capitalized : a member of the Jehovah's Witnesses
|
||||
*/
|
||||
|
||||
#include "opt_ddb.h"
|
||||
#include "opt_witness.h"
|
||||
|
||||
#include <sys/param.h>
|
||||
@ -67,6 +68,8 @@
|
||||
#include <machine/clock.h>
|
||||
#include <machine/cpu.h>
|
||||
|
||||
#include <ddb/ddb.h>
|
||||
|
||||
#include <vm/vm.h>
|
||||
#include <vm/vm_extern.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user