part: Drop disk_partition_t typedef
[oweals/u-boot.git] / common / kgdb_stubs.c
index 527820990947d1432d786f368e19e4af40c120ce..c061126bed2a1103c98151816d9ad6614db75d82 100644 (file)
@@ -8,7 +8,9 @@
  */
 
 #include <common.h>
+#include <cpu_func.h>
 #include <kgdb.h>
+#include <serial.h>
 
 int (*debugger_exception_handler)(struct pt_regs *);