diff options
author | gene <gene@cvs.openbsd.org> | 1998-02-26 15:45:11 +0000 |
---|---|---|
committer | gene <gene@cvs.openbsd.org> | 1998-02-26 15:45:11 +0000 |
commit | c23b0a7fc061daeeb97a51cb3a111486630a8edc (patch) | |
tree | 8061f8643ecb9fb0e3e7c1d0333d912f9280b634 /sys/arch | |
parent | d3d908c86ee41a01b8e400421447bf6041a68ac2 (diff) |
Oops. Pull ddb/db_var.h in. Should db_console be in db_extern.h, maybe?
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/mac68k/mac68k/machdep.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/mac68k/mac68k/machdep.c b/sys/arch/mac68k/mac68k/machdep.c index 9dd4c20b76c..2007aee2044 100644 --- a/sys/arch/mac68k/mac68k/machdep.c +++ b/sys/arch/mac68k/mac68k/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.46 1998/02/26 07:03:09 gene Exp $ */ +/* $OpenBSD: machdep.c,v 1.47 1998/02/26 15:45:10 gene Exp $ */ /* $NetBSD: machdep.c,v 1.134 1997/02/14 06:15:30 scottr Exp $ */ /* @@ -114,6 +114,7 @@ #include <machine/db_machdep.h> #include <ddb/db_sym.h> #include <ddb/db_extern.h> +#include <ddb/db_var.h> #include <machine/autoconf.h> #include <machine/cpu.h> |