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] gdb/hppah-nat.c: Include "gdb_wait.h" instead of <wait.h>


Jeff,

I've committed the following.

	Andrew

Wed Feb 23 23:27:48 2000  Andrew Cagney  <cagney@behemoth.cygnus.com>

	* hppah-nat.c: Include "gdb_wait.h" instead of <wait.h>.

Index: hppah-nat.c
===================================================================
RCS file: /cvs/src/src/gdb/hppah-nat.c,v
retrieving revision 1.1.1.11
diff -p -r1.1.1.11 hppah-nat.c
*** hppah-nat.c	1999/12/22 21:45:06	1.1.1.11
--- hppah-nat.c	2000/02/24 08:50:42
***************
*** 28,34 ****
  #include "target.h"
  #include <sys/ptrace.h>
  #include "gdbcore.h"
! #include <wait.h>
  #include <signal.h>
  
  extern CORE_ADDR text_end;
--- 28,34 ----
  #include "target.h"
  #include <sys/ptrace.h>
  #include "gdbcore.h"
! #include "gdb_wait.h"
  #include <signal.h>
  
  extern CORE_ADDR text_end;

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