MFi386: revision 1.596.

This commit is contained in:
Yoshihiro Takahashi 2004-07-19 11:17:57 +00:00
parent d67148e425
commit be1e68e14d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=132395
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