mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-17 16:05:56 +08:00
Replace ../include/wait.h with gdb_wait.h.
This commit is contained in:
@ -102,16 +102,7 @@
|
||||
#include "inferior.h"
|
||||
#include "gdbcmd.h"
|
||||
|
||||
#ifdef HAVE_WAIT_H
|
||||
#include <wait.h>
|
||||
#else
|
||||
#ifdef HAVE_SYS_WAIT_H
|
||||
#include <sys/wait.h>
|
||||
#endif
|
||||
#endif
|
||||
|
||||
/* "wait.h" fills in the gaps left by <wait.h> */
|
||||
#include "wait.h"
|
||||
#include "gdb_wait.h"
|
||||
|
||||
#include <time.h>
|
||||
|
||||
|
Reference in New Issue
Block a user