MFi386: revision 1.596.

This commit is contained in:
nyan 2004-07-19 11:17:57 +00:00
parent 9e984856c2
commit cb0e37bf34
2 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -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