diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1997-10-10 12:53:27 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1997-10-10 12:53:27 +0000 |
| commit | 5c97f357a9832dddc9a78abebe9399a359140155 (patch) | |
| tree | 659bbb9fa78140086bae1b0f139015b00f5371be | |
| parent | b67dffdad285801fd67bdf6474e8919193eaf758 (diff) | |
Notes
| -rw-r--r-- | gnu/usr.bin/binutils/gdb/i386/kvm-fbsd.c | 1 | ||||
| -rw-r--r-- | gnu/usr.bin/binutils/gdb/kvm-fbsd.c | 1 | ||||
| -rw-r--r-- | gnu/usr.bin/gdb/gdb/kvm-fbsd.c | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/gnu/usr.bin/binutils/gdb/i386/kvm-fbsd.c b/gnu/usr.bin/binutils/gdb/i386/kvm-fbsd.c index fc6b0c6b81da..9f96e5c211f2 100644 --- a/gnu/usr.bin/binutils/gdb/i386/kvm-fbsd.c +++ b/gnu/usr.bin/binutils/gdb/i386/kvm-fbsd.c @@ -41,6 +41,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include <machine/vmparam.h> #include <machine/pcb.h> +#include <machine/tss.h> #include <machine/frame.h> static void kcore_files_info PARAMS ((struct target_ops *)); diff --git a/gnu/usr.bin/binutils/gdb/kvm-fbsd.c b/gnu/usr.bin/binutils/gdb/kvm-fbsd.c index fc6b0c6b81da..9f96e5c211f2 100644 --- a/gnu/usr.bin/binutils/gdb/kvm-fbsd.c +++ b/gnu/usr.bin/binutils/gdb/kvm-fbsd.c @@ -41,6 +41,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include <machine/vmparam.h> #include <machine/pcb.h> +#include <machine/tss.h> #include <machine/frame.h> static void kcore_files_info PARAMS ((struct target_ops *)); diff --git a/gnu/usr.bin/gdb/gdb/kvm-fbsd.c b/gnu/usr.bin/gdb/gdb/kvm-fbsd.c index fc6b0c6b81da..9f96e5c211f2 100644 --- a/gnu/usr.bin/gdb/gdb/kvm-fbsd.c +++ b/gnu/usr.bin/gdb/gdb/kvm-fbsd.c @@ -41,6 +41,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include <machine/vmparam.h> #include <machine/pcb.h> +#include <machine/tss.h> #include <machine/frame.h> static void kcore_files_info PARAMS ((struct target_ops *)); |
