summaryrefslogtreecommitdiff
path: root/gdb/dummy-frame.h
diff options
context:
space:
mode:
authorDavid Daney <ddaney@avtrex.com>2008-09-08 15:23:10 +0000
committerDavid Daney <ddaney@avtrex.com>2008-09-08 15:23:10 +0000
commit7ab3a000368b118aef9a28e437a6cb2a6117d0c8 (patch)
treed6316fea5cedb4e161beecbb2a27e886d52a41e4 /gdb/dummy-frame.h
parent6bb4497b1ceeccb7087cdcdc3ba39a86603d73ab (diff)
downloadgdb-7ab3a000368b118aef9a28e437a6cb2a6117d0c8.tar.gz
* dummy-frame.h (frame.h): Include it.
(struct frame_id): Remove declaration.
Diffstat (limited to 'gdb/dummy-frame.h')
-rw-r--r--gdb/dummy-frame.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/dummy-frame.h b/gdb/dummy-frame.h
index f7e05e6a1f4..149de3640dc 100644
--- a/gdb/dummy-frame.h
+++ b/gdb/dummy-frame.h
@@ -20,10 +20,11 @@
#if !defined (DUMMY_FRAME_H)
#define DUMMY_FRAME_H 1
+#include "frame.h"
+
struct frame_info;
struct regcache;
struct frame_unwind;
-struct frame_id;
/* Push the information needed to identify, and unwind from, a dummy
frame onto the dummy frame stack. */