diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-10-23 08:16:04 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-10-23 08:16:04 +0000 |
commit | 42884fdc09e98a0486707242024c97047c5163ff (patch) | |
tree | 85f457bd6305c43e80a9865ceb37351d64d41ae9 | |
parent | 385ef66a8f674b7590819e401a8b95db84caaf94 (diff) |
include file botch
-rw-r--r-- | sys/arch/sparc/dev/zs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arch/sparc/dev/zs.c b/sys/arch/sparc/dev/zs.c index f66a9a3e52c..1e802c78e2d 100644 --- a/sys/arch/sparc/dev/zs.c +++ b/sys/arch/sparc/dev/zs.c @@ -73,7 +73,7 @@ #include <sparc/sparc/auxreg.h> #include <machine/kbd.h> -#include <dev/ic/z8530.h> +#include <dev/ic/z8530reg.h> #include <sparc/dev/zsvar.h> #ifdef KGDB |