This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Obvious fix] Fix compilation failure in gdbtk/generic directory.


Committed as obvious.


ChangeLog Entry:
2003-02-20  Pierre Muller  <muller at ics dot u-strasbg dot fr>

       * generic/gdbtk-cmds.c: Add missing "block.h" include.
       generic/gdbtk-stack.c: Ditto.
       generic/gdbtk-wrapper.c: Ditto.


Index: generic/gdbtk-cmds.c
===================================================================
RCS file: /cvs/src/src/gdb/gdbtk/generic/gdbtk-cmds.c,v
retrieving revision 1.66
retrieving revision 1.67
diff -r1.66 -r1.67
36a37
> #include "block.h"
Index: generic/gdbtk-stack.c
===================================================================
RCS file: /cvs/src/src/gdb/gdbtk/generic/gdbtk-stack.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -r1.14 -r1.15
24a25
> #include "block.h"
Index: generic/gdbtk-wrapper.c
===================================================================
RCS file: /cvs/src/src/gdb/gdbtk/generic/gdbtk-wrapper.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -r1.8 -r1.9
22a23
> #include "block.h"




Pierre Muller
Institut Charles Sadron
6,rue Boussingault
F 67083 STRASBOURG CEDEX (France)
mailto:muller at ics dot u-strasbg dot fr
Phone : (33)-3-88-41-40-07  Fax : (33)-3-88-41-40-99


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