diff options
Diffstat (limited to 'cpu')
-rw-r--r-- | cpu/ppc4xx/traps.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpu/ppc4xx/traps.c b/cpu/ppc4xx/traps.c index cb35faf..42e4221 100644 --- a/cpu/ppc4xx/traps.c +++ b/cpu/ppc4xx/traps.c @@ -34,6 +34,7 @@ #include <common.h> #include <command.h> +#include <kgdb.h> #include <asm/processor.h> DECLARE_GLOBAL_DATA_PTR; |