diff options
Diffstat (limited to 'gdb/trad-frame.h')
-rw-r--r-- | gdb/trad-frame.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/trad-frame.h b/gdb/trad-frame.h index 4d75315..2b04c7e 100644 --- a/gdb/trad-frame.h +++ b/gdb/trad-frame.h @@ -22,6 +22,8 @@ #ifndef TRAD_FRAME_H #define TRAD_FRAME_H +struct frame_info; + /* A traditional saved regs table, indexed by REGNUM, encoding where the value of REGNUM for the previous frame can be found in this frame. |