This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] s390-nat.c includes


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

committed.

 > 
 > 2003-04-08  Elena Zannoni  <ezannoni at redhat dot 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>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]