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: Windows patch status? (broke build)


Paul Schlie wrote:
Re: http://sources.redhat.com/ml/gdb-patches/2005-04/msg00249.html

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?


--
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 <sys/time.h>
  #ifdef USE_WIN32API
  #include <winsock2.h>
  #endif
  
  static timer_handler_func push_event;

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