* coredep.c: Include inferior.h.
authorStan Shebs <shebs@codesourcery.com>
Mon, 25 Jul 1994 18:55:22 +0000 (18:55 +0000)
committerStan Shebs <shebs@codesourcery.com>
Mon, 25 Jul 1994 18:55:22 +0000 (18:55 +0000)
gdb/ChangeLog
gdb/coredep.c

index 542e8be6d6194aba3cc3f46d6c4331d76dbd163c..0ef6faa690c86209070cf59f7219085631fe255e 100644 (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.
index b2019e1b498f766080f439734fb8e9bb36a394be..678785d0f5d1f346b73739d01ce5124a13382eee 100644 (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
This page took 0.028033 seconds and 4 git commands to generate.