Sync with i386 - add foot shooting protection for the DDB/KDB thing.

This commit is contained in:
peter 2004-08-16 22:57:47 +00:00
parent a6185d4b05
commit 7f3727c1da

View File

@ -95,6 +95,11 @@ __FBSDID("$FreeBSD$");
#include <sys/exec.h>
#include <sys/cons.h>
#ifdef DDB
#ifndef KDB
#error KDB must be enabled in order for DDB to work!
#endif
#endif
#include <ddb/ddb.h>
#include <net/netisr.h>