diff options
author | Elena Zannoni <ezannoni@kwikemart.cygnus.com> | 2003-04-14 14:21:07 +0000 |
---|---|---|
committer | Elena Zannoni <ezannoni@kwikemart.cygnus.com> | 2003-04-14 14:21:07 +0000 |
commit | 2d0c79623635d52e08bba7c9519f7d4b07aaf2ff (patch) | |
tree | 679becaa79a36ae3ea3a176d282406122202a0f7 /gdb/s390-nat.c | |
parent | 0089057280f5da1c33a5dca95b70caa031fcc3a8 (diff) | |
download | gdb-2d0c79623635d52e08bba7c9519f7d4b07aaf2ff.zip gdb-2d0c79623635d52e08bba7c9519f7d4b07aaf2ff.tar.gz gdb-2d0c79623635d52e08bba7c9519f7d4b07aaf2ff.tar.bz2 |
2003-04-08 Elena Zannoni <ezannoni@redhat.com>
* s390-nat.c: Include asm/types.h for addr_t.
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 b7f5918..63e779b 100644 --- a/gdb/s390-nat.c +++ b/gdb/s390-nat.c @@ -25,6 +25,7 @@ #include <asm/ptrace.h> #include <sys/ptrace.h> #include <asm/processor.h> +#include <asm/types.h> #include <sys/procfs.h> #include <sys/user.h> #include <value.h> |