mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
MFi386: revision 1.596.
This commit is contained in:
parent
d67148e425
commit
be1e68e14d
2 changed files with 6 additions and 0 deletions
|
|
@ -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 a new issue