diff options
author | Mark Kettenis <kettenis@gnu.org> | 2014-03-01 17:13:47 +0100 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2014-03-01 17:13:47 +0100 |
commit | dc92ace0532a42c035eacc506901cf3b0da50c1d (patch) | |
tree | 4c01509ecb7d80b22b47d1b4d7abe5de2cb66229 /gdb/obsd-nat.c | |
parent | a900370fa1af4a7a0d4a5d3f2890c868b5881744 (diff) | |
download | gdb-dc92ace0532a42c035eacc506901cf3b0da50c1d.zip gdb-dc92ace0532a42c035eacc506901cf3b0da50c1d.tar.gz gdb-dc92ace0532a42c035eacc506901cf3b0da50c1d.tar.bz2 |
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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/obsd-nat.c b/gdb/obsd-nat.c index bef03d3..f53e616 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" |