diff options
Diffstat (limited to 'gdb/remote-udi.c')
-rw-r--r-- | gdb/remote-udi.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/remote-udi.c b/gdb/remote-udi.c index a741ef76a86..14a7345715f 100644 --- a/gdb/remote-udi.c +++ b/gdb/remote-udi.c @@ -46,6 +46,7 @@ #include "gdbcmd.h" #include "bfd.h" #include "gdbcore.h" /* For download function */ +#include "regcache.h" /* access the register store directly, without going through the normal handler functions. This avoids an extra data copy. */ |