mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-03 04:01:22 +08:00
Include "gdb_wait.h" instead of <wait.h>.
This commit is contained in:
@ -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
|
||||
|
@ -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;
|
||||
|
Reference in New Issue
Block a user