diff options
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/pmax/include/bus.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/pmax/include/bus.h b/sys/arch/pmax/include/bus.h index a09dc9ac9a1..718aff5f3ca 100644 --- a/sys/arch/pmax/include/bus.h +++ b/sys/arch/pmax/include/bus.h @@ -1,4 +1,4 @@ -/* $OpenBSD: bus.h,v 1.1 1998/05/17 23:07:46 millert Exp $ */ +/* $OpenBSD: bus.h,v 1.2 1998/05/22 08:04:50 graichen Exp $ */ /* $NetBSD: bus.h,v 1.4 1997/11/28 00:33:53 jonathan Exp $ */ /* @@ -40,7 +40,7 @@ #ifndef _PMAX_BUS_H_ #define _PMAX_BUS_H_ -#include <pmax/locore.h> /* wbflush() */ +#include <machine/locore.h> /* wbflush() */ /* |