From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18765 invoked by alias); 22 Apr 2005 10:37:27 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 18431 invoked from network); 22 Apr 2005 10:36:46 -0000 Received: from unknown (HELO rwcrmhc11.comcast.net) (204.127.198.35) by sourceware.org with SMTP; 22 Apr 2005 10:36:46 -0000 Received: from [10.0.1.2] (c-24-61-199-96.hsd1.nh.comcast.net[24.61.199.96]) by comcast.net (rwcrmhc11) with SMTP id <20050422103644013000dj02e>; Fri, 22 Apr 2005 10:36:45 +0000 User-Agent: Microsoft-Entourage/11.1.0.040913 Date: Fri, 22 Apr 2005 10:37:00 -0000 Subject: Re: Windows patch status? (broke build) From: Paul Schlie To: Mark Mitchell CC: Mark Kettenis , Message-ID: In-Reply-To: <4268883B.7050906@codesourcery.com> Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit X-SW-Source: 2005-04/txt/msg00276.txt.bz2 > Mark Mitchell wrote: >> This patch broke the build of HEAD on ppc-apple-darwin7.9 w/-target=avr: > > Does this fix it? If so, is this OK to check in, with a ChangeLog? Yes seems to, it's now built past this point, thank you. > -- > Mark Mitchell > CodeSourcery, LLC > mark@codesourcery.com > (916) 791-8304 > Index: ser-base.c > =================================================================== > RCS file: /cvs/src/src/gdb/ser-base.c,v > retrieving revision 1.3 > diff -c -5 -p -r1.3 ser-base.c > *** ser-base.c 21 Apr 2005 05:34:33 -0000 1.3 > --- ser-base.c 22 Apr 2005 05:13:03 -0000 > *************** > *** 22,31 **** > --- 22,32 ---- > > #include "defs.h" > #include "serial.h" > #include "ser-unix.h" > #include "event-loop.h" > + #include > #ifdef USE_WIN32API > #include > #endif > > static timer_handler_func push_event;