[OBV][PATCH] Fix Arm build

Alan Hayward Alan.Hayward@arm.com
Tue Mar 26 11:43:00 GMT 2019


[Should have checked this when I fixed s390 build.
 Going to see about getting an Arm box into buildbot - booting Linux
 in Qemu-AArch64 in AArch32 mode on a AArch64 box might be fast enough to
 use as an Arm machine]


Add missing include.

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

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

diff --git a/gdb/arm-linux-nat.c b/gdb/arm-linux-nat.c
index b54bd5afe9..52668da9fc 100644
--- a/gdb/arm-linux-nat.c
+++ b/gdb/arm-linux-nat.c
@@ -38,6 +38,7 @@
 #include <sys/procfs.h>
 
 #include "nat/linux-ptrace.h"
+#include "linux-tdep.h"
 
 /* Prototypes for supply_gregset etc.  */
 #include "gregset.h"
-- 
2.20.1 (Apple Git-117)



More information about the Gdb-patches mailing list