diff options
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; |