Include "gdb_wait.h" instead of "wait.h".
This commit is contained in:
parent
3558ff4cdb
commit
c322964e5d
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
Mon Feb 28 13:34:54 2000 Andrew Cagney <cagney@b1.cygnus.com>
|
||||
|
||||
* wince.c: Include "gdb_wait.h" and not "wait.h".
|
||||
|
||||
Mon Feb 28 10:58:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
|
||||
|
||||
* MAINTAINERS: Mention mmalloc. Expand Host/Native and
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
#include "frame.h" /* required by inferior.h */
|
||||
#include "inferior.h"
|
||||
#include "target.h"
|
||||
#include "wait.h"
|
||||
#include "gdb_wait.h"
|
||||
#include "gdbcore.h"
|
||||
#include "command.h"
|
||||
#include <signal.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue