Fix build breakage caused by the inclusion of <ddb/ddb.h> while
building a module. Inclusion of option files (opt_ddb.h in this case) is not possible for modules. The inclusion of opt_ddb.h in this header is questionable.
This commit is contained in:
parent
75764c27a8
commit
a91af2c44b
@ -34,8 +34,9 @@
|
||||
/*
|
||||
* Machine-dependent defines for new kernel debugger.
|
||||
*/
|
||||
|
||||
#ifndef KLD_MODULE
|
||||
#include "opt_ddb.h"
|
||||
#endif
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <vm/vm.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user