Convert CONFIG_ENV_RANGE to Kconfig
[platform/kernel/u-boot.git] / common / kgdb_stubs.c
index afa7d64..66aed7c 100644 (file)
@@ -8,8 +8,10 @@
  */
 
 #include <common.h>
+#include <cpu_func.h>
 #include <kgdb.h>
 #include <serial.h>
+#include <asm/ptrace.h>
 
 int (*debugger_exception_handler)(struct pt_regs *);