diff options
Diffstat (limited to 'sys/arch/hp300/stand/clock.c')
-rw-r--r-- | sys/arch/hp300/stand/clock.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/hp300/stand/clock.c b/sys/arch/hp300/stand/clock.c index d987f920cf6..2be64952c9b 100644 --- a/sys/arch/hp300/stand/clock.c +++ b/sys/arch/hp300/stand/clock.c @@ -1,4 +1,4 @@ -/* $OpenBSD: clock.c,v 1.2 1997/01/17 08:32:39 downsj Exp $ */ +/* $OpenBSD: clock.c,v 1.3 1997/07/13 07:21:44 downsj Exp $ */ /* $NetBSD: clock.c,v 1.3 1995/02/20 00:12:09 mycroft Exp $ */ /* @@ -44,7 +44,9 @@ */ #include <sys/param.h> -#include "samachdep.h" + +#include <hp300/stand/samachdep.h> + #include <hp300/dev/hilreg.h> #include <hp300/hp300/clockreg.h> |