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 | 3ecc0ae2c03039c592a26a89cb423371a0c0df98 (patch) | |
tree | acab0d4b7c78fc42f92e06e2dac66f3d7ed99516 /gdb/s390-nat.c | |
parent | e81b020b49dc554bf577f90d8e9a43be27bde7d4 (diff) | |
download | gdb-3ecc0ae2c03039c592a26a89cb423371a0c0df98.zip gdb-3ecc0ae2c03039c592a26a89cb423371a0c0df98.tar.gz gdb-3ecc0ae2c03039c592a26a89cb423371a0c0df98.tar.bz2 |
* 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 0239ed0..19e8923 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> |