* coredep.c: Include inferior.h.

This commit is contained in:
Stan Shebs 1994-07-25 18:55:22 +00:00
parent 159f3816fd
commit 9a989b1f61
2 changed files with 5 additions and 0 deletions

View File

@ -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.

View File

@ -25,6 +25,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#include <sys/param.h>
#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