aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2012-03-05 19:05:09 +0000
committerJoel Brobecker <brobecker@gnat.com>2012-03-05 19:05:09 +0000
commit5538f557d1ddde89da010f511826d62a9f4c53ed (patch)
tree8fcc708cd36f887eb37e5ee4c16e62702a3710df
parentaa443d3b23b7561c24fb21c0c6765d585c115a5d (diff)
downloadgdb-5538f557d1ddde89da010f511826d62a9f4c53ed.zip
gdb-5538f557d1ddde89da010f511826d62a9f4c53ed.tar.gz
gdb-5538f557d1ddde89da010f511826d62a9f4c53ed.tar.bz2
Include "gregset.h" in s390-nat.c (-Wmissing-prototypes).
gdb/ChangeLog: * s390-nat.c: Include "gregset.h".
-rw-r--r--gdb/ChangeLog5
-rw-r--r--gdb/s390-nat.c1
2 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 2da944d..c2d0c59 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -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.
diff --git a/gdb/s390-nat.c b/gdb/s390-nat.c
index 2755e58..bad1b43 100644
--- a/gdb/s390-nat.c
+++ b/gdb/s390-nat.c
@@ -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"