diff options
author | Andrew Cagney <cagney@redhat.com> | 2000-02-24 08:55:15 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2000-02-24 08:55:15 +0000 |
commit | a526d7137a05effebaea85faf639830531a6197e (patch) | |
tree | d42d0346e6917e59bbc27e445b22dc2c587e6511 /gdb | |
parent | 520dc8e893f461f2357cddb68f82fa109c82cb94 (diff) | |
download | fsf-binutils-gdb-a526d7137a05effebaea85faf639830531a6197e.zip fsf-binutils-gdb-a526d7137a05effebaea85faf639830531a6197e.tar.gz fsf-binutils-gdb-a526d7137a05effebaea85faf639830531a6197e.tar.bz2 |
Include "gdb_wait.h" instead of <wait.h>.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/hppah-nat.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index f533381..99f0db8 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +Wed Feb 23 23:27:48 2000 Andrew Cagney <cagney@behemoth.cygnus.com> + + * hppah-nat.c: Include "gdb_wait.h" instead of <wait.h>. + Thu Feb 24 18:42:15 2000 Andrew Cagney <cagney@b1.cygnus.com> * configure.in (CONFIG_INSTALL, CONFIG_UNINSTALL): Set to diff --git a/gdb/hppah-nat.c b/gdb/hppah-nat.c index abc55fc..67e507c 100644 --- a/gdb/hppah-nat.c +++ b/gdb/hppah-nat.c @@ -28,7 +28,7 @@ #include "target.h" #include <sys/ptrace.h> #include "gdbcore.h" -#include <wait.h> +#include "gdb_wait.h" #include <signal.h> extern CORE_ADDR text_end; |