aboutsummaryrefslogtreecommitdiff
path: root/gdb/s390-nat.c
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 /gdb/s390-nat.c
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".
Diffstat (limited to 'gdb/s390-nat.c')
-rw-r--r--gdb/s390-nat.c1
1 files changed, 1 insertions, 0 deletions
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"