From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Jacobowitz To: gdb-patches@sources.redhat.com Subject: Re: [PATCH] Make ARM/Linux build on current glibc Date: Wed, 31 Oct 2001 07:58:00 -0000 Message-id: <20011031105828.A2045@nevyn.them.org> References: <20011031105747.A2009@nevyn.them.org> X-SW-Source: 2001-10/msg00389.html On Wed, Oct 31, 2001 at 10:57:47AM -0500, Daniel Jacobowitz wrote: > no longer includes . If we want it, we've got to > get it ourselves. Right... include the patch.. Committed as obvious. -- Daniel Jacobowitz Carnegie Mellon University MontaVista Software Debian GNU/Linux Developer 2001-10-31 Daniel Jacobowitz * arm-linux-nat.c: Include explicitly. Index: arm-linux-nat.c =================================================================== RCS file: /cvs/src/src/gdb/arm-linux-nat.c,v retrieving revision 1.12 diff -u -r1.12 arm-linux-nat.c --- arm-linux-nat.c 2001/10/26 15:41:17 1.12 +++ arm-linux-nat.c 2001/10/31 15:54:03 @@ -29,6 +29,8 @@ #include #include +#include + /* Prototypes for supply_gregset etc. */ #include "gregset.h"