diff options
author | John Baldwin <jhb@FreeBSD.org> | 2015-04-28 11:30:23 -0400 |
---|---|---|
committer | John Baldwin <jhb@FreeBSD.org> | 2015-04-28 14:44:07 -0400 |
commit | cea6e4f13a8df0eddbcdf643a4fc4727cbf770a7 (patch) | |
tree | 6401e74084b7e6498441a7750f3ffff469fe89d4 /gdb/fbsd-nat.c | |
parent | f9c1b181a7e4985fbd7eb80365abe5a9ed7197a2 (diff) | |
download | gdb-cea6e4f13a8df0eddbcdf643a4fc4727cbf770a7.zip gdb-cea6e4f13a8df0eddbcdf643a4fc4727cbf770a7.tar.gz gdb-cea6e4f13a8df0eddbcdf643a4fc4727cbf770a7.tar.bz2 |
Use "gdb_wait.h" instead of <sys/wait.h>.
gdb/ChangeLog:
* fbsd-nat.c: Include "gdb_wait.h" instead of <sys/wait.h>.
Diffstat (limited to 'gdb/fbsd-nat.c')
-rw-r--r-- | gdb/fbsd-nat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/fbsd-nat.c b/gdb/fbsd-nat.c index 066e288..9705d45 100644 --- a/gdb/fbsd-nat.c +++ b/gdb/fbsd-nat.c @@ -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> |