diff options
-rw-r--r-- | sys/arch/mac68k/dev/zs.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/arch/mac68k/dev/zs.c b/sys/arch/mac68k/dev/zs.c index 35803cffde3..5e0876e70e7 100644 --- a/sys/arch/mac68k/dev/zs.c +++ b/sys/arch/mac68k/dev/zs.c @@ -1,5 +1,5 @@ -/* $OpenBSD: zs.c,v 1.3 1996/06/08 16:21:13 briggs Exp $ */ -/* $NetBSD: zs.c,v 1.4 1996/06/07 10:41:35 briggs Exp $ */ +/* $OpenBSD: zs.c,v 1.4 1996/06/09 03:17:48 briggs Exp $ */ +/* $NetBSD: zs.c,v 1.5 1996/06/09 04:27:59 briggs Exp $ */ /* * Copyright (c) 1995 Gordon W. Ross @@ -57,6 +57,7 @@ #include <machine/autoconf.h> #include <machine/cpu.h> +#include <machine/viareg.h> /* * XXX: Hard code this to make console init easier... |