diff options
author | Jim Blandy <jimb@codesourcery.com> | 2001-11-06 22:18:13 +0000 |
---|---|---|
committer | Jim Blandy <jimb@codesourcery.com> | 2001-11-06 22:18:13 +0000 |
commit | 930d50a0b84c97f64733a125fc922f480c74e74d (patch) | |
tree | a63c475395f491b8bd1892fea9ecda6c116b49b0 /gdb/s390-nat.c | |
parent | ce276b0003a1402037ad3de8b52eeb20b557109c (diff) | |
download | gdb-930d50a0b84c97f64733a125fc922f480c74e74d.tar.gz |
* 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.)
Diffstat (limited to 'gdb/s390-nat.c')
-rw-r--r-- | gdb/s390-nat.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/s390-nat.c b/gdb/s390-nat.c index 0239ed08747..19e89238374 100644 --- a/gdb/s390-nat.c +++ b/gdb/s390-nat.c @@ -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> |