Fix Powerpc build
authorAlan Hayward <alan.hayward@arm.com>
Tue, 26 Mar 2019 17:11:32 +0000 (17:11 +0000)
committerAlan Hayward <alan.hayward@arm.com>
Tue, 26 Mar 2019 17:18:27 +0000 (17:18 +0000)
gdb/ChangeLog:

        * ppc-linux-nat.c: Add include.

gdb/ChangeLog
gdb/ppc-linux-nat.c

index fa104e0..28754be 100644 (file)
@@ -1,5 +1,9 @@
 2019-03-26  Alan Hayward  <alan.hayward@arm.com>
 
+        * ppc-linux-nat.c: Add include.
+
+2019-03-26  Alan Hayward  <alan.hayward@arm.com>
+
         * NEWS: Mention AArch64 Pointer Authentication.
 
 2019-03-26  Alan Hayward  <alan.hayward@arm.com>
index 3a6bbf4..628e3d5 100644 (file)
@@ -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.  */