diff options
Diffstat (limited to 'gdb/infrun.c')
-rw-r--r-- | gdb/infrun.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/infrun.c b/gdb/infrun.c index 5266c88..e200d6d 100644 --- a/gdb/infrun.c +++ b/gdb/infrun.c @@ -35,6 +35,7 @@ #include "top.h" #include <signal.h> #include "inf-loop.h" +#include "regcache.h" /* Prototypes for local functions */ |