diff options
author | David Daney <ddaney@avtrex.com> | 2008-09-08 15:23:12 +0000 |
---|---|---|
committer | David Daney <ddaney@avtrex.com> | 2008-09-08 15:23:12 +0000 |
commit | 52163a60e65d9a3e736f99641c0ac5b57c614944 (patch) | |
tree | 82eb3c7a3989a33ce2699aa169577339b4386339 /gdb/dummy-frame.h | |
parent | 96497422d61c3d6e352ace177f7540f520b09c7d (diff) | |
download | gdb-52163a60e65d9a3e736f99641c0ac5b57c614944.zip gdb-52163a60e65d9a3e736f99641c0ac5b57c614944.tar.gz gdb-52163a60e65d9a3e736f99641c0ac5b57c614944.tar.bz2 |
* 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.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/dummy-frame.h b/gdb/dummy-frame.h index f7e05e6..149de36 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. */ |