diff options
Diffstat (limited to 'cpu/mpc512x/traps.c')
-rw-r--r-- | cpu/mpc512x/traps.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpu/mpc512x/traps.c b/cpu/mpc512x/traps.c index 8000fab..786f4a5 100644 --- a/cpu/mpc512x/traps.c +++ b/cpu/mpc512x/traps.c @@ -28,6 +28,7 @@ */ #include <common.h> +#include <kgdb.h> #include <asm/processor.h> DECLARE_GLOBAL_DATA_PTR; |