diff options
Diffstat (limited to 'gdb/frame-unwind.c')
-rw-r--r-- | gdb/frame-unwind.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/frame-unwind.c b/gdb/frame-unwind.c index 4b38f64..6148665 100644 --- a/gdb/frame-unwind.c +++ b/gdb/frame-unwind.c @@ -26,6 +26,7 @@ #include "regcache.h" #include "gdb_obstack.h" #include "target.h" +#include "gdbarch.h" static struct gdbarch_data *frame_unwind_data; |