Include "gregset.h" in s390-nat.c (-Wmissing-prototypes).
authorJoel Brobecker <brobecker@gnat.com>
Mon, 5 Mar 2012 19:05:09 +0000 (19:05 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Mon, 5 Mar 2012 19:05:09 +0000 (19:05 +0000)
gdb/ChangeLog:

        * s390-nat.c: Include "gregset.h".

gdb/ChangeLog
gdb/s390-nat.c

index 2da944db9fe4f9de329b3bdd2dc865410fe08e22..c2d0c59e1c9e9eb802b59524e63291589a4b59b1 100644 (file)
@@ -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.
index 2755e58f9f50200c3319e9c9b1d7f7f22e9b7e5f..bad1b437f88ba93306f42e91d47476a4cd902a27 100644 (file)
@@ -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"