Use "gdb_wait.h" instead of <sys/wait.h>.
gdb/ChangeLog: * fbsd-nat.c: Include "gdb_wait.h" instead of <sys/wait.h>.
This commit is contained in:
parent
f9c1b181a7
commit
cea6e4f13a
2 changed files with 5 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -23,11 +23,11 @@
|
|||
#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>
|
||||
|
|
Loading…
Reference in a new issue