diff options
author | David Carlton <carlton@bactrian.org> | 2002-09-27 19:33:48 +0000 |
---|---|---|
committer | David Carlton <carlton@bactrian.org> | 2002-09-27 19:33:48 +0000 |
commit | 2be129a66b527d88a92907688d2de71e86e7b251 (patch) | |
tree | 2f566ca1630471f8e7ed047cc40e61bb399e28cc /gdb/vax-tdep.c | |
parent | 3a69902a8695bb5789e1c8f857d360a12461c64a (diff) | |
download | gdb-2be129a66b527d88a92907688d2de71e86e7b251.tar.gz |
2002-09-27 David Carlton <carlton@math.stanford.edu>carlton_dictionary-20020927-merge
* Makefile.in (cris-tdep.o): Depend on gdb_string_h.
(mcore-tdep.o): Ditto.
(ns32k-tdep.o): Ditto.
(ns32knbsd-tdep.o): Ditto.
(sh3-rom.o): Ditto.
(vax-tdep.o): Ditto.
* cris-tdep.c: #include "gdb_string.h"
* mcore-tdep.c: Ditto.
* ns32k-tdep.c: Ditto.
* ns32knbsd-tdep.c: Ditto.
* sh3-rom.c: Ditto.
* vax-tdep.c: Ditto.
Diffstat (limited to 'gdb/vax-tdep.c')
-rw-r--r-- | gdb/vax-tdep.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/vax-tdep.c b/gdb/vax-tdep.c index 709ef383c83..2f517edb379 100644 --- a/gdb/vax-tdep.c +++ b/gdb/vax-tdep.c @@ -28,6 +28,7 @@ #include "frame.h" #include "value.h" #include "arch-utils.h" +#include "gdb_string.h" #include "vax-tdep.h" |