summaryrefslogtreecommitdiff
path: root/gdb/shnbsd-nat.c
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2003-06-01 12:31:26 +0000
committerMark Kettenis <kettenis@gnu.org>2003-06-01 12:31:26 +0000
commit4e004790660a7edd7cde20a8ce6c2f267be5ed85 (patch)
treed2d3c81608fc40c4a950b2608affdab05d221b37 /gdb/shnbsd-nat.c
parent5b570b75fb5c89f621b0dafcd62025260bd179f0 (diff)
downloadgdb-4e004790660a7edd7cde20a8ce6c2f267be5ed85.tar.gz
Fix gdb/1216.
* shnbsd-nat.c: Include "sh-tdep.h".
Diffstat (limited to 'gdb/shnbsd-nat.c')
-rw-r--r--gdb/shnbsd-nat.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/shnbsd-nat.c b/gdb/shnbsd-nat.c
index e1b56e66405..ec400698553 100644
--- a/gdb/shnbsd-nat.c
+++ b/gdb/shnbsd-nat.c
@@ -1,5 +1,5 @@
/* Native-dependent code for SuperH running NetBSD, for GDB.
- Copyright 2002 Free Software Foundation, Inc.
+ Copyright 2002, 2003 Free Software Foundation, Inc.
Contributed by Wasabi Systems, Inc.
This file is part of GDB.
@@ -26,6 +26,7 @@
#include "defs.h"
#include "inferior.h"
+#include "sh-tdep.h"
#include "shnbsd-tdep.h"
/* Determine if PT_GETREGS fetches this register. */