Include "gdb_wait.h" instead of <wait.h>.
authorAndrew Cagney <cagney@redhat.com>
Thu, 24 Feb 2000 08:55:15 +0000 (08:55 +0000)
committerAndrew Cagney <cagney@redhat.com>
Thu, 24 Feb 2000 08:55:15 +0000 (08:55 +0000)
gdb/ChangeLog
gdb/hppah-nat.c

index f5333812751f42fd194629098679c6800992e0dc..99f0db879b951071ec33ba3cb12d3439c20f0068 100644 (file)
@@ -1,3 +1,7 @@
+Wed Feb 23 23:27:48 2000  Andrew Cagney  <cagney@behemoth.cygnus.com>
+
+       * hppah-nat.c: Include "gdb_wait.h" instead of <wait.h>.
+
 Thu Feb 24 18:42:15 2000  Andrew Cagney  <cagney@b1.cygnus.com>
 
        * configure.in (CONFIG_INSTALL, CONFIG_UNINSTALL): Set to
index abc55fcd9332f156bd241f0b3445b63cd9a993aa..67e507cc348b40fe7f2859cfbd3873fee666a526 100644 (file)
@@ -28,7 +28,7 @@
 #include "target.h"
 #include <sys/ptrace.h>
 #include "gdbcore.h"
-#include <wait.h>
+#include "gdb_wait.h"
 #include <signal.h>
 
 extern CORE_ADDR text_end;