From: David Daney Date: Mon, 8 Sep 2008 15:23:12 +0000 (+0000) Subject: * dummy-frame.h (frame.h): Include it. X-Git-Tag: reverse-20080930-branchpoint~246 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=52163a60e65d9a3e736f99641c0ac5b57c614944;p=external%2Fbinutils.git * dummy-frame.h (frame.h): Include it. (struct frame_id): Remove declaration. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 2fc0895..18d73f4 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2008-09-08 David Daney + + * dummy-frame.h (frame.h): Include it. + (struct frame_id): Remove declaration. + 2008-09-05 Ulrich Weigand * spu-tdep.c (spu_push_dummy_code): New function. 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. */