Include "gregset.h" in s390-nat.c (-Wmissing-prototypes).
gdb/ChangeLog: * s390-nat.c: Include "gregset.h".
This commit is contained in:
parent
aa443d3b23
commit
5538f557d1
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2012-03-05 Joel Brobecker <brobecker@adacore.com>
|
||||
|
||||
From Andreas Arnez <arnez@linux.vnet.ibm.com>:
|
||||
* s390-nat.c: Include "gregset.h".
|
||||
|
||||
2012-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||||
|
||||
* libunwind-frame.c (LIBUNWIND_SO): Change .7 to .8.
|
||||
|
|
|
@ -26,6 +26,7 @@
|
|||
#include "target.h"
|
||||
#include "linux-nat.h"
|
||||
#include "auxv.h"
|
||||
#include "gregset.h"
|
||||
|
||||
#include "s390-tdep.h"
|
||||
#include "elf/common.h"
|
||||
|
|
Loading…
Reference in a new issue