diff options
Diffstat (limited to 'sys/arch/sparc/dev/scf.c')
-rw-r--r-- | sys/arch/sparc/dev/scf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc/dev/scf.c b/sys/arch/sparc/dev/scf.c index c7fe981784b..677839fb145 100644 --- a/sys/arch/sparc/dev/scf.c +++ b/sys/arch/sparc/dev/scf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: scf.c,v 1.1 1999/07/23 19:11:26 jason Exp $ */ +/* $OpenBSD: scf.c,v 1.2 1999/07/25 23:49:37 jason Exp $ */ /* * Copyright (c) 1999 Jason L. Wright (jason@thought.net) @@ -54,7 +54,7 @@ #include <machine/autoconf.h> #include <sparc/cpu.h> #include <sparc/sparc/cpuvar.h> -#include <sparc/dev/scfio.h> +#include <machine/scfio.h> #include <sparc/dev/scfreg.h> int scfmatch __P((struct device *, void *, void *)); |