MFi386: revision 1.596.
This commit is contained in:
parent
9e984856c2
commit
cb0e37bf34
@ -92,6 +92,9 @@
|
||||
#include <sys/cons.h>
|
||||
|
||||
#ifdef DDB
|
||||
#ifndef KDB
|
||||
#error KDB must be enabled in order for DDB to work!
|
||||
#endif
|
||||
#include <ddb/ddb.h>
|
||||
#include <ddb/db_sym.h>
|
||||
#endif
|
||||
|
@ -92,6 +92,9 @@
|
||||
#include <sys/cons.h>
|
||||
|
||||
#ifdef DDB
|
||||
#ifndef KDB
|
||||
#error KDB must be enabled in order for DDB to work!
|
||||
#endif
|
||||
#include <ddb/ddb.h>
|
||||
#include <ddb/db_sym.h>
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user