[PATCH] s390-nat.c includes

Elena Zannoni ezannoni@redhat.com
Tue Apr 8 20:36:00 GMT 2003


I found it necessary to use this while testing on s390 with Linux.
I'll commit in a few days, if no objections.

elena


2003-04-08  Elena Zannoni  <ezannoni@redhat.com>

	* s390-nat.c: Include asm/types.h for addr_t.

Index: s390-nat.c
===================================================================
RCS file: /cvs/uberbaum/gdb/s390-nat.c,v
retrieving revision 1.6
diff -u -p -r1.6 s390-nat.c
--- s390-nat.c	15 Jul 2002 16:50:51 -0000	1.6
+++ s390-nat.c	8 Apr 2003 20:36:15 -0000
@@ -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>



More information about the Gdb-patches mailing list