Include "gdb_wait.h" instead of <wait.h>.

This commit is contained in:
Andrew Cagney 2000-02-24 08:55:15 +00:00
parent 520dc8e893
commit a526d7137a
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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;