From 53c973f200e39c4122e0db06a94e3a0079e6de80 Mon Sep 17 00:00:00 2001 From: Alan Hayward Date: Tue, 26 Mar 2019 17:11:32 +0000 Subject: [PATCH] Fix Powerpc build gdb/ChangeLog: * ppc-linux-nat.c: Add include. --- gdb/ChangeLog | 4 ++++ gdb/ppc-linux-nat.c | 1 + 2 files changed, 5 insertions(+) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index fa104e00bd4..28754becd90 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2019-03-26 Alan Hayward + + * ppc-linux-nat.c: Add include. + 2019-03-26 Alan Hayward * NEWS: Mention AArch64 Pointer Authentication. diff --git a/gdb/ppc-linux-nat.c b/gdb/ppc-linux-nat.c index 3a6bbf41635..628e3d5e8f6 100644 --- a/gdb/ppc-linux-nat.c +++ b/gdb/ppc-linux-nat.c @@ -51,6 +51,7 @@ #include "arch/ppc-linux-common.h" #include "arch/ppc-linux-tdesc.h" #include "nat/ppc-linux.h" +#include "linux-tdep.h" /* Similarly for the hardware watchpoint support. These requests are used when the PowerPC HWDEBUG ptrace interface is not available. */ -- 2.30.2