diff options
Diffstat (limited to 'sys/arch/alpha/stand/OSFpal.c')
-rw-r--r-- | sys/arch/alpha/stand/OSFpal.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/alpha/stand/OSFpal.c b/sys/arch/alpha/stand/OSFpal.c index 0bf89c96fd0..5a69e70d125 100644 --- a/sys/arch/alpha/stand/OSFpal.c +++ b/sys/arch/alpha/stand/OSFpal.c @@ -1,4 +1,4 @@ -/* $OpenBSD: OSFpal.c,v 1.4 1996/10/30 22:40:27 niklas Exp $ */ +/* $OpenBSD: OSFpal.c,v 1.5 1996/11/27 19:54:45 niklas Exp $ */ /* $NetBSD: OSFpal.c,v 1.4 1996/10/13 03:00:24 christos Exp $ */ /* @@ -30,8 +30,8 @@ #include <sys/types.h> -#include <machine/prom.h> #include <machine/rpb.h> +#include <machine/prom.h> void OSFpal() |