This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[OBV][PATCH] Fix powerpc build


gdb/ChangeLog:

2019-03-26  Alan Hayward  <alan.hayward@arm.com>

        * ppc-linux-nat.c: Add include
---
 gdb/ppc-linux-nat.c | 1 +
 1 file changed, 1 insertion(+)

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.  */
-- 
2.20.1 (Apple Git-117)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]