diff options
author | Fred Fish <fnf@specifix.com> | 1996-01-12 16:01:29 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1996-01-12 16:01:29 +0000 |
commit | 3730a0edf14527dc947f04a768cae184b49f8bee (patch) | |
tree | d88b5e0de30f0c5cb2ed0f4e04cdd84f099a5d09 /gdb/sparc-nat.c | |
parent | 7ef893139cfc56fba6db4909dfbcbe210d7e8143 (diff) | |
download | gdb-3730a0edf14527dc947f04a768cae184b49f8bee.zip gdb-3730a0edf14527dc947f04a768cae184b49f8bee.tar.gz gdb-3730a0edf14527dc947f04a768cae184b49f8bee.tar.bz2 |
* 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.
Diffstat (limited to 'gdb/sparc-nat.c')
-rw-r--r-- | gdb/sparc-nat.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/sparc-nat.c b/gdb/sparc-nat.c index 10c96a2..406238d 100644 --- a/gdb/sparc-nat.c +++ b/gdb/sparc-nat.c @@ -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> |