diff options
Diffstat (limited to 'sys/arch/hp300/dev/grf.c')
-rw-r--r-- | sys/arch/hp300/dev/grf.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/hp300/dev/grf.c b/sys/arch/hp300/dev/grf.c index 15f34e180a7..9594ded7fe0 100644 --- a/sys/arch/hp300/dev/grf.c +++ b/sys/arch/hp300/dev/grf.c @@ -1,4 +1,4 @@ -/* $NetBSD: grf.c,v 1.14 1995/04/22 20:25:42 christos Exp $ */ +/* $NetBSD: grf.c,v 1.16 1995/11/28 08:14:30 thorpej Exp $ */ /* * Copyright (c) 1988 University of Utah. @@ -66,7 +66,7 @@ #include <machine/cpu.h> #ifdef COMPAT_HPUX -#include <hp300/hpux/hpux.h> +#include <compat/hpux/hpux.h> extern struct emul emul_hpux; #endif @@ -77,7 +77,7 @@ extern struct emul emul_hpux; #include <miscfs/specfs/specdev.h> -#include <ite.h> +#include "ite.h" #if NITE == 0 #define iteon(u,f) #define iteoff(u,f) |