X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=common%2Fkgdb_stubs.c;h=c061126bed2a1103c98151816d9ad6614db75d82;hb=0528979fa7ab7853faaf2ecf34b7721dd4c0b383;hp=527820990947d1432d786f368e19e4af40c120ce;hpb=a187559e3d586891c917279044c5386d1b2adc6e;p=oweals%2Fu-boot.git diff --git a/common/kgdb_stubs.c b/common/kgdb_stubs.c index 5278209909..c061126bed 100644 --- a/common/kgdb_stubs.c +++ b/common/kgdb_stubs.c @@ -8,7 +8,9 @@ */ #include +#include #include +#include int (*debugger_exception_handler)(struct pt_regs *);