OSDN Git Service

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 f533381..99f0db8 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 abc55fc..67e507c 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;