Use "gdb_wait.h" instead of <sys/wait.h>.
authorJohn Baldwin <jhb@FreeBSD.org>
Tue, 28 Apr 2015 15:30:23 +0000 (11:30 -0400)
committerJohn Baldwin <jhb@FreeBSD.org>
Tue, 28 Apr 2015 18:44:07 +0000 (14:44 -0400)
gdb/ChangeLog:
* fbsd-nat.c: Include "gdb_wait.h" instead of <sys/wait.h>.

gdb/ChangeLog
gdb/fbsd-nat.c

index 7d0e7e95636539aee8735caf3491397baccf4e94..721346a7b6464756f14c8016fa0ac9f8e56ebf2e 100644 (file)
@@ -1,3 +1,7 @@
+2015-04-28  John Baldwin  <jhb@FreeBSD.org>
+
+       * fbsd-nat.c: Include "gdb_wait.h" instead of <sys/wait.h>.
+
 2015-04-28  Patrick Palka  <patrick@parcs.ath.cx>
 
        * utils.c (init_page_info): Set rl_catch_sigwinch to zero.
index 066e2881837d8a033c8448413c392b3581a4538c..9705d45a161e0f3be43a112759d1ffc4a5bb627b 100644 (file)
 #include "regcache.h"
 #include "regset.h"
 #include "gdbthread.h"
+#include "gdb_wait.h"
 #include <sys/types.h>
 #include <sys/procfs.h>
 #include <sys/ptrace.h>
 #include <sys/sysctl.h>
-#include <sys/wait.h>
 #ifdef HAVE_KINFO_GETVMMAP
 #include <sys/user.h>
 #include <libutil.h>