Fix Arm build

Add missing include.

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

        * arm-linux-nat.c: Add include.
This commit is contained in:
Alan Hayward 2019-03-26 11:35:23 +00:00
parent 068ef30e9e
commit 2fe7bab775
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2019-03-26 Alan Hayward <alan.hayward@arm.com>
* arm-linux-nat.c: Add include.
2019-03-25 Simon Marchi <simon.marchi@polymtl.ca>
* source-cache.c (source_cache::get_source_lines): Re-read

View File

@ -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"