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

This commit is contained in:
Andrew Cagney 2000-02-28 05:03:09 +00:00
parent 3558ff4cdb
commit c322964e5d
2 changed files with 5 additions and 1 deletions

View File

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

View File

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