diff options
| author | skrll <skrll@NetBSD.org> | 2008-03-17 20:01:12 +0000 |
|---|---|---|
| committer | skrll <skrll@NetBSD.org> | 2008-03-17 20:01:12 +0000 |
| commit | 482dcc2f35e816d3baa504eb73f474cef597d543 (patch) | |
| tree | bdec2825f92f3eec000395865a4b06233c102007 /gnu | |
| parent | 4eab56b3828758e1f38513d4b022da286dfde6f5 (diff) | |
#include "nbsd-nat.h"
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/dist/gdb6/gdb/sparc64nbsd-nat.c | 2 | ||||
| -rw-r--r-- | gnu/dist/gdb6/gdb/sparcnbsd-nat.c | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/gnu/dist/gdb6/gdb/sparc64nbsd-nat.c b/gnu/dist/gdb6/gdb/sparc64nbsd-nat.c index 1b25c971824..8ce17c996cb 100644 --- a/gnu/dist/gdb6/gdb/sparc64nbsd-nat.c +++ b/gnu/dist/gdb6/gdb/sparc64nbsd-nat.c @@ -27,6 +27,8 @@ #include "sparc64-tdep.h" #include "sparc-nat.h" +#include "nbsd-nat.h" + /* NetBSD is different from the other OSes that support both SPARC and UltraSPARC in that the result of ptrace(2) depends on whether the traced process is 32-bit or 64-bit. */ diff --git a/gnu/dist/gdb6/gdb/sparcnbsd-nat.c b/gnu/dist/gdb6/gdb/sparcnbsd-nat.c index 66a80ce207c..470214da987 100644 --- a/gnu/dist/gdb6/gdb/sparcnbsd-nat.c +++ b/gnu/dist/gdb6/gdb/sparcnbsd-nat.c @@ -27,6 +27,8 @@ #include "sparc-tdep.h" #include "sparc-nat.h" +#include "nbsd-nat.h" + /* Support for debugging kernel virtual memory images. */ #include <sys/types.h> |
