From be8b1ea6766a74d67581dc1012d04bef81f1b3bf Mon Sep 17 00:00:00 2001 From: Pierre Muller Date: Tue, 7 May 2013 13:04:58 +0000 Subject: [PATCH] * common/linux-btrace.c: ARI fix: Include "gdb_wait.h" instead of . --- gdb/ChangeLog | 5 +++++ gdb/common/linux-btrace.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index f174778..40ceae6 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,10 @@ 2013-05-07 Pierre Muller + * common/linux-btrace.c: ARI fix: Include "gdb_wait.h" + instead of . + +2013-05-07 Pierre Muller + * nios2-tdep.c (nios2_dwarf_reg_to_regnum): ARI fix: remove trailing new line from warning message. 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 #include #include -#include #include /* A branch trace record in perf_event. */ -- 2.7.4