From 9bbe19fb37e9f35d88febb50aec81ff8ae25a24f Mon Sep 17 00:00:00 2001 From: David Carlton Date: Fri, 27 Sep 2002 19:33:48 +0000 Subject: 2002-09-27 David Carlton * 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. --- gdb/sh3-rom.c | 1 + 1 file changed, 1 insertion(+) (limited to 'gdb/sh3-rom.c') diff --git a/gdb/sh3-rom.c b/gdb/sh3-rom.c index f450ac9..7d07fa5 100644 --- a/gdb/sh3-rom.c +++ b/gdb/sh3-rom.c @@ -27,6 +27,7 @@ #include "srec.h" #include "arch-utils.h" #include "regcache.h" +#include "gdb_string.h" #include "sh-tdep.h" -- cgit v1.1