* common/linux-btrace.c: ARI fix: Include "gdb_wait.h"
instead of <sys/wait.h>.
This commit is contained in:
parent
1e52bda604
commit
be8b1ea676
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2013-05-07 Pierre Muller <muller@sourceware.org>
|
||||
|
||||
* common/linux-btrace.c: ARI fix: Include "gdb_wait.h"
|
||||
instead of <sys/wait.h>.
|
||||
|
||||
2013-05-07 Pierre Muller <muller@sourceware.org>
|
||||
|
||||
* nios2-tdep.c (nios2_dwarf_reg_to_regnum): ARI fix: remove
|
||||
|
|
|
@ -30,6 +30,7 @@
|
|||
#include "gdb_assert.h"
|
||||
#include "regcache.h"
|
||||
#include "gdbthread.h"
|
||||
#include "gdb_wait.h"
|
||||
|
||||
#if HAVE_LINUX_PERF_EVENT_H
|
||||
|
||||
|
@ -42,7 +43,6 @@
|
|||
#include <sys/user.h>
|
||||
#include <sys/ptrace.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/wait.h>
|
||||
#include <signal.h>
|
||||
|
||||
/* A branch trace record in perf_event. */
|
||||
|
|
Loading…
Add table
Reference in a new issue