summaryrefslogtreecommitdiff
path: root/gdb/obsd-nat.c
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2014-03-01 17:13:47 +0100
committerMark Kettenis <kettenis@gnu.org>2014-03-01 17:13:47 +0100
commitdc92ace0532a42c035eacc506901cf3b0da50c1d (patch)
tree4c01509ecb7d80b22b47d1b4d7abe5de2cb66229 /gdb/obsd-nat.c
parenta900370fa1af4a7a0d4a5d3f2890c868b5881744 (diff)
downloadbinutils-gdb-dc92ace0532a42c035eacc506901cf3b0da50c1d.tar.gz
Silence ARI warning.
gdb/ChangeLog: * obsd-nat.c: Include "gdb_wait.h" instead of <sys/wait.h>.
Diffstat (limited to 'gdb/obsd-nat.c')
-rw-r--r--gdb/obsd-nat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/obsd-nat.c b/gdb/obsd-nat.c
index bef03d33ca2..f53e6164cf1 100644
--- a/gdb/obsd-nat.c
+++ b/gdb/obsd-nat.c
@@ -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"