diff options
-rw-r--r-- | sys/arm/arm/undefined.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/arm/arm/undefined.c b/sys/arm/arm/undefined.c index 5b04c03..fa02023 100644 --- a/sys/arm/arm/undefined.c +++ b/sys/arm/arm/undefined.c @@ -82,11 +82,10 @@ __FBSDID("$FreeBSD$"); #ifdef DDB #include <ddb/db_output.h> -#include <machine/db_machdep.h> #endif -#ifdef acorn26 -#include <machine/machdep.h> +#ifdef KDB +#include <machine/db_machdep.h> #endif static int gdb_trapper(u_int, u_int, struct trapframe *, int); |