* lynx-nat.c, irix4-nat.c, sparc-nat.c: Include gdbcore.h

to get "struct core_fns" defined.
	* Makefile.in (lynx-nat.o, irix4-nat.o, sparc-nat.o):
 	Are dependant upon gdbcore_h.
This commit is contained in:
Fred Fish
1996-01-12 16:01:29 +00:00
parent 7ef893139c
commit 3730a0edf1
5 changed files with 16 additions and 4 deletions

View File

@@ -20,6 +20,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#include "defs.h"
#include "inferior.h"
#include "target.h"
#include "gdbcore.h"
#include <signal.h>
#include <sys/ptrace.h>