aboutsummaryrefslogtreecommitdiff
path: root/gdb/common
diff options
context:
space:
mode:
authorPierre Muller <muller@sourceware.org>2013-05-07 13:04:58 +0000
committerPierre Muller <muller@sourceware.org>2013-05-07 13:04:58 +0000
commitbe8b1ea6766a74d67581dc1012d04bef81f1b3bf (patch)
treeb846de1ceaa94b85df29c84901e1b51c4fc3c627 /gdb/common
parent1e52bda604f57ab76362d7caa9f541ff9b206740 (diff)
downloadgdb-be8b1ea6766a74d67581dc1012d04bef81f1b3bf.zip
gdb-be8b1ea6766a74d67581dc1012d04bef81f1b3bf.tar.gz
gdb-be8b1ea6766a74d67581dc1012d04bef81f1b3bf.tar.bz2
* 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 d3c8705..1f9a001 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. */