mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-05 06:23:58 +08:00
Replace ../include/wait.h with gdb_wait.h.
This commit is contained in:
@ -26,13 +26,7 @@
|
||||
#include "ui-out.h"
|
||||
#endif
|
||||
|
||||
#if HAVE_SYS_WAIT_H
|
||||
#include <sys/wait.h>
|
||||
#elif HAVE_WAIT_H
|
||||
#include <wait.h>
|
||||
#endif
|
||||
|
||||
#include "wait.h"
|
||||
#include "gdb_wait.h"
|
||||
|
||||
/* FIXME: this should be auto-configured! */
|
||||
#ifdef __MSDOS__
|
||||
|
Reference in New Issue
Block a user