This is the mail archive of the insight@sources.redhat.com mailing list for the Insight project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[patch] Include "regcache.h" in gdbtk-registers.c


FYI,

I've committed the attached to the 5.1 branch as obvious.  An equivalent
patch has already been committed to the trunk.

enjoy,
Andrew

2001-10-20  Andrew Cagney  <ac131313@redhat.com>

	* generic/gdbtk-register.c: Include "regcache.h".

Index: generic/gdbtk-register.c
===================================================================
RCS file: /cvs/src/src/gdb/gdbtk/generic/gdbtk-register.c,v
retrieving revision 1.2
diff -p -r1.2 gdbtk-register.c
*** gdbtk-register.c	2001/07/20 22:19:50	1.2
--- gdbtk-register.c	2001/10/21 01:08:00
***************
*** 21,26 ****
--- 21,27 ----
  #include "defs.h"
  #include "frame.h"
  #include "value.h"
+ #include "regcache.h"
  
  #include <tcl.h>
  #include "gdbtk.h"


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]