This is the mail archive of the gdb-patches@sourceware.cygnus.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]

[PATCH] Include "gdb_wait.h"


Chris,

Noticed this one.  It's been applied.

	Andrew
Mon Feb 28 13:34:54 2000  Andrew Cagney  <cagney@b1.cygnus.com>

	* wince.c: Include "gdb_wait.h" and not "wait.h".

Index: wince.c
===================================================================
RCS file: /cvs/src/src/gdb/wince.c,v
retrieving revision 1.1
diff -p -r1.1 wince.c
*** wince.c	2000/02/24 21:39:15	1.1
--- wince.c	2000/02/28 04:58:23
***************
*** 33,39 ****
  #include "frame.h"		/* required by inferior.h */
  #include "inferior.h"
  #include "target.h"
! #include "wait.h"
  #include "gdbcore.h"
  #include "command.h"
  #include <signal.h>
--- 33,39 ----
  #include "frame.h"		/* required by inferior.h */
  #include "inferior.h"
  #include "target.h"
! #include "gdb_wait.h"
  #include "gdbcore.h"
  #include "command.h"
  #include <signal.h>

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