diff options
Diffstat (limited to 'common/kgdb_stubs.c')
-rw-r--r-- | common/kgdb_stubs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/kgdb_stubs.c b/common/kgdb_stubs.c index 5278209909..afa7d6403a 100644 --- a/common/kgdb_stubs.c +++ b/common/kgdb_stubs.c @@ -9,6 +9,7 @@ #include <common.h> #include <kgdb.h> +#include <serial.h> int (*debugger_exception_handler)(struct pt_regs *); |