summaryrefslogtreecommitdiff
path: root/gdb/s390-nat.c
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2012-03-05 19:05:07 +0000
committerJoel Brobecker <brobecker@gnat.com>2012-03-05 19:05:07 +0000
commitae1a4d58ddd00a2f7a8f6cd90c86b56258202f93 (patch)
tree80eb1c7d88c1a384a6482cd003df5afd66fb4aae /gdb/s390-nat.c
parent59eb008961369eb5cd001ecc716290a7eb376b5c (diff)
downloadgdb-ae1a4d58ddd00a2f7a8f6cd90c86b56258202f93.tar.gz
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 2755e58f9f5..bad1b437f88 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"