diff options
Diffstat (limited to 'sys/arch/hp300/dev/grf_conf.c')
-rw-r--r-- | sys/arch/hp300/dev/grf_conf.c | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sys/arch/hp300/dev/grf_conf.c b/sys/arch/hp300/dev/grf_conf.c index 3bbafb6cc19..3d0dae6bb12 100644 --- a/sys/arch/hp300/dev/grf_conf.c +++ b/sys/arch/hp300/dev/grf_conf.c @@ -1,4 +1,9 @@ -/* $NetBSD: grf_conf.c,v 1.3 1996/02/24 00:55:08 thorpej Exp $ */ +/* $OpenBSD: grf_conf.c,v 1.3 1997/01/12 15:12:31 downsj Exp $ */ +/* $NetBSD: grf_conf.c,v 1.4 1996/12/17 08:41:06 thorpej Exp $ */ + +/* + * XXX This file is old config only! + */ /* * Copyright (c) 1996 Jason R. Thorpe. All rights reserved. @@ -50,6 +55,7 @@ #if NGRF > 0 #include <sys/types.h> +#include <sys/device.h> #include <hp300/dev/grfioctl.h> /* XXX */ #include <hp300/dev/grfvar.h> |