Message ID | 4578472.FfTsiG9exU@ralph.baldwin.cx |
---|---|
State | New |
Headers | show |
> Not at all, does this look ok? Thanks! > Use "gdb_wait.h" instead of <sys/wait.h>. > > gdb/ChangeLog: > * fbsd-nat.c: Include "gdb_wait.h" instead of <sys/wait.h>. Looks good to me!
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>