diff options
Diffstat (limited to 'gdb/monitor.c')
-rw-r--r-- | gdb/monitor.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/monitor.c b/gdb/monitor.c index 7e3580e1b11..d2b02464e19 100644 --- a/gdb/monitor.c +++ b/gdb/monitor.c @@ -51,6 +51,7 @@ #include "inferior.h" #include "gdb_regex.h" #include "srec.h" +#include "regcache.h" static char *dev_name; static struct target_ops *targ_ops; |