diff options
author | Joel Brobecker <brobecker@gnat.com> | 2012-03-05 19:05:09 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2012-03-05 19:05:09 +0000 |
commit | 5538f557d1ddde89da010f511826d62a9f4c53ed (patch) | |
tree | 8fcc708cd36f887eb37e5ee4c16e62702a3710df /gdb/s390-nat.c | |
parent | aa443d3b23b7561c24fb21c0c6765d585c115a5d (diff) | |
download | gdb-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.c | 1 |
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" |