[PATCH] gdb/hppah-nat.c: Include "gdb_wait.h" instead of <wait.h>
Andrew Cagney
ac131313@cygnus.com
Thu Feb 24 00:55:00 GMT 2000
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;
More information about the Gdb-patches
mailing list