aboutsummaryrefslogtreecommitdiff
path: root/gdb/regcache.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/regcache.h')
-rw-r--r--gdb/regcache.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/regcache.h b/gdb/regcache.h
index 8d0c302..f7d4bc6 100644
--- a/gdb/regcache.h
+++ b/gdb/regcache.h
@@ -21,12 +21,14 @@
#define REGCACHE_H
#include "gdbsupport/common-regcache.h"
+#include "gdbsupport/function-view.h"
#include <forward_list>
struct regcache;
struct regset;
struct gdbarch;
struct address_space;
+class thread_info;
extern struct regcache *get_current_regcache (void);
extern struct regcache *get_thread_regcache (ptid_t ptid);