Silence ARI warning.
gdb/ChangeLog:
* obsd-nat.c: Include "gdb_wait.h" instead of <sys/wait.h>.
This commit is contained in:
parent
a900370fa1
commit
dc92ace053
@ -1,3 +1,7 @@
|
||||
2014-03-01 Mark Kettenis <kettenis@gnu.org>
|
||||
|
||||
* obsd-nat.c: Include "gdb_wait.h" instead of <sys/wait.h>.
|
||||
|
||||
2014-03-01 Mark Kettenis <kettenis@gnu.org>
|
||||
|
||||
* i386obsd-nat.c: Include "obsd-nat.h".
|
||||
|
||||
@ -25,7 +25,7 @@
|
||||
#include "gdb_assert.h"
|
||||
#include <sys/types.h>
|
||||
#include <sys/ptrace.h>
|
||||
#include <sys/wait.h>
|
||||
#include "gdb_wait.h"
|
||||
|
||||
#include "inf-child.h"
|
||||
#include "obsd-nat.h"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user