diff options
Diffstat (limited to 'cpu/mpc8220/traps.c')
-rw-r--r-- | cpu/mpc8220/traps.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpu/mpc8220/traps.c b/cpu/mpc8220/traps.c index f98d40f..4565780 100644 --- a/cpu/mpc8220/traps.c +++ b/cpu/mpc8220/traps.c @@ -35,6 +35,7 @@ #include <common.h> #include <command.h> +#include <kgdb.h> #include <asm/processor.h> /* Returns 0 if exception not found and fixup otherwise. */ |