From: Andrew Cagney Date: Mon, 28 Feb 2000 05:03:09 +0000 (+0000) Subject: Include "gdb_wait.h" instead of "wait.h". X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c322964e5db9a9c9612ef3609b28f8804506a9da;p=binutils-gdb.git Include "gdb_wait.h" instead of "wait.h". --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 62eb38f4407..0fcfca9b7ff 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +Mon Feb 28 13:34:54 2000 Andrew Cagney + + * wince.c: Include "gdb_wait.h" and not "wait.h". + Mon Feb 28 10:58:45 2000 Andrew Cagney * MAINTAINERS: Mention mmalloc. Expand Host/Native and diff --git a/gdb/wince.c b/gdb/wince.c index bdd7c2f08e3..0a6e72d1b85 100644 --- a/gdb/wince.c +++ b/gdb/wince.c @@ -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