summaryrefslogtreecommitdiff
path: root/gdb/common
diff options
context:
space:
mode:
authorPierre Muller <muller@ics.u-strasbg.fr>2013-05-07 13:04:58 +0000
committerPierre Muller <muller@ics.u-strasbg.fr>2013-05-07 13:04:58 +0000
commit364608b10bfbcf8943f5e18808734ddcc9206cd4 (patch)
treea42dfc860483488a31d1cebd36f088df30d21638 /gdb/common
parent7040211e0e969a8cc08934eeec37e67468015079 (diff)
downloadgdb-364608b10bfbcf8943f5e18808734ddcc9206cd4.tar.gz
* common/linux-btrace.c: ARI fix: Include "gdb_wait.h"
instead of <sys/wait.h>.
Diffstat (limited to 'gdb/common')
-rw-r--r--gdb/common/linux-btrace.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/common/linux-btrace.c b/gdb/common/linux-btrace.c
index d3c8705d769..1f9a00188a4 100644
--- a/gdb/common/linux-btrace.c
+++ b/gdb/common/linux-btrace.c
@@ -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. */