From: Alan Hayward Date: Tue, 26 Mar 2019 17:11:32 +0000 (+0000) Subject: Fix Powerpc build X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=53c973f200e39c4122e0db06a94e3a0079e6de80;p=deliverable%2Fbinutils-gdb.git Fix Powerpc build gdb/ChangeLog: * ppc-linux-nat.c: Add include. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index fa104e00bd..28754becd9 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 3a6bbf4163..628e3d5e8f 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. */