diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-02-05 16:57:50 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-02-05 16:57:50 +0000 |
commit | 06265f0e7c4647765c1c7602b32deb29a109e8fb (patch) | |
tree | fbb1d0d47240a13c8e9cb564728b34fa739e3f34 /sys | |
parent | 0b795c02e16cf405971cf97e68eb5a96852666ad (diff) |
oops, need include file
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/sparc/dev/zs.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/arch/sparc/dev/zs.c b/sys/arch/sparc/dev/zs.c index 8998834db13..6f16a96be9a 100644 --- a/sys/arch/sparc/dev/zs.c +++ b/sys/arch/sparc/dev/zs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: zs.c,v 1.18 1998/02/05 16:49:09 deraadt Exp $ */ +/* $OpenBSD: zs.c,v 1.19 1998/02/05 16:57:49 deraadt Exp $ */ /* $NetBSD: zs.c,v 1.49 1997/08/31 21:26:37 pk Exp $ */ /* @@ -68,6 +68,9 @@ #include <sys/kernel.h> #include <sys/syslog.h> #include <sys/conf.h> +#ifdef DDB +#include <ddb/db_var.h> +#endif #include <machine/autoconf.h> #include <machine/conf.h> |