Include "gdb_wait.h" instead of "wait.h".
authorAndrew Cagney <cagney@redhat.com>
Mon, 28 Feb 2000 05:03:09 +0000 (05:03 +0000)
committerAndrew Cagney <cagney@redhat.com>
Mon, 28 Feb 2000 05:03:09 +0000 (05:03 +0000)
gdb/ChangeLog
gdb/wince.c

index 62eb38f4407c1c1589eadbab37b5513891f88a0f..0fcfca9b7ffad6ecbbddb1ef947c99e4a4ba01f6 100644 (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
index bdd7c2f08e3d26ee0aa3fba4231c25f5e49c5522..0a6e72d1b851889547481d888860bf39a480cb30 100644 (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>