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 fa104e00bd4a93b24f891707db0d7bf339369881..28754becd906f0e71a7b8d60954c781a35943806 100644 (file)
@@ -1,3 +1,7 @@
+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.
index 3a6bbf416356bbe59c4fcc2c3b2148ba8ed0724a..628e3d5e8f63cd10cad87c4e8bd25311996de08e 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.  */
This page took 0.029309 seconds and 4 git commands to generate.