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 c061126bed..66aed7cea1 100644 --- a/common/kgdb_stubs.c +++ b/common/kgdb_stubs.c @@ -11,6 +11,7 @@ #include <cpu_func.h> #include <kgdb.h> #include <serial.h> +#include <asm/ptrace.h> int (*debugger_exception_handler)(struct pt_regs *); |