From: Alan Hayward Date: Tue, 26 Mar 2019 11:35:23 +0000 (+0000) Subject: Fix Arm build X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2fe7bab775f6acbfa1255d3504cd9e53a109e132;p=binutils-gdb.git Fix Arm build Add missing include. 2019-03-26 Alan Hayward * arm-linux-nat.c: Add include. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 6885af0cf2a..1d305059a5e 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2019-03-26 Alan Hayward + + * arm-linux-nat.c: Add include. + 2019-03-25 Simon Marchi * source-cache.c (source_cache::get_source_lines): Re-read diff --git a/gdb/arm-linux-nat.c b/gdb/arm-linux-nat.c index b54bd5afe9a..52668da9fcf 100644 --- a/gdb/arm-linux-nat.c +++ b/gdb/arm-linux-nat.c @@ -38,6 +38,7 @@ #include #include "nat/linux-ptrace.h" +#include "linux-tdep.h" /* Prototypes for supply_gregset etc. */ #include "gregset.h"