mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-27 01:28:46 +00:00
Silence ARI warning.
gdb/ChangeLog:
* obsd-nat.c: Include "gdb_wait.h" instead of <sys/wait.h>.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user