diff options
author | Alan Hayward <alan.hayward@arm.com> | 2019-03-26 17:11:32 +0000 |
---|---|---|
committer | Alan Hayward <alan.hayward@arm.com> | 2019-03-26 17:18:27 +0000 |
commit | 53c973f200e39c4122e0db06a94e3a0079e6de80 (patch) | |
tree | 460323dd151951273b7976290309145099a3fbf0 /gdb/ppc-linux-nat.c | |
parent | d851aa7170c09fb903dd1bdafa6df526f1951863 (diff) | |
download | gdb-53c973f200e39c4122e0db06a94e3a0079e6de80.zip gdb-53c973f200e39c4122e0db06a94e3a0079e6de80.tar.gz gdb-53c973f200e39c4122e0db06a94e3a0079e6de80.tar.bz2 |
Fix Powerpc build
gdb/ChangeLog:
* ppc-linux-nat.c: Add include.
Diffstat (limited to 'gdb/ppc-linux-nat.c')
-rw-r--r-- | gdb/ppc-linux-nat.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/ppc-linux-nat.c b/gdb/ppc-linux-nat.c index 3a6bbf4..628e3d5 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. */ |