* s390-nat.c: #include "regcache.h", to get declaration for

`supply_register'.  (The last change already added the dependency
of s390-nat.o on regcache.h.  Oops.)
This commit is contained in:
Jim Blandy 2001-11-06 22:18:13 +00:00
parent e81b020b49
commit 3ecc0ae2c0
2 changed files with 5 additions and 0 deletions

View File

@ -1,5 +1,9 @@
2001-11-06 Jim Blandy <jimb@redhat.com>
* s390-nat.c: #include "regcache.h", to get declaration for
`supply_register'. (The last change already added the dependency
of s390-nat.o on regcache.h. Oops.)
* Makefile.in (ALLDEPFILES): Add s390-tdep.c and s390-nat.c.
(s390-tdep.o, s390-nat.o): New rules.

View File

@ -21,6 +21,7 @@
#include "defs.h"
#include "tm.h"
#include "regcache.h"
#include <asm/ptrace.h>
#include <sys/ptrace.h>
#include <asm/processor.h>