From: Stan Shebs Date: Mon, 25 Jul 1994 18:55:22 +0000 (+0000) Subject: * coredep.c: Include inferior.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9a989b1f61df4342171277aec598b9436b5eb753;p=binutils-gdb.git * coredep.c: Include inferior.h. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 542e8be6d61..0ef6faa690c 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +Mon Jul 25 11:50:57 1994 Stan Shebs (shebs@andros.cygnus.com) + + * coredep.c: Include inferior.h. + Mon Jul 25 11:36:02 1994 J.T. Conklin (jtc@phishhead.cygnus.com) * Makefile.in (LD_FOR_TARGET): Look for ld in ../ld/ld.new. diff --git a/gdb/coredep.c b/gdb/coredep.c index b2019e1b498..678785d0f5d 100644 --- a/gdb/coredep.c +++ b/gdb/coredep.c @@ -25,6 +25,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include #include "gdbcore.h" #include "value.h" /* For supply_register. */ +#include "inferior.h" /* For ARCH_NUM_REGS. */ /* These are needed on various systems to expand REGISTER_U_ADDR. */ #ifndef USG