diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2001-05-10 21:08:49 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2001-05-10 21:08:49 +0000 |
commit | e3806acc84762dc70960d0138e6e78662f4e16bf (patch) | |
tree | 5de005dd98cea7e128af8a00cad1be079bfa8c04 | |
parent | a2343827b755c2515aa9c287d4303f1a38a2e1cc (diff) |
Add missing #include <sys/resourcevar.h> so these can compile.
-rw-r--r-- | sys/arch/hp300/dev/grf.c | 3 | ||||
-rw-r--r-- | sys/arch/mac68k/dev/grf.c | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/hp300/dev/grf.c b/sys/arch/hp300/dev/grf.c index e79d3edd46a..1f934a423c0 100644 --- a/sys/arch/hp300/dev/grf.c +++ b/sys/arch/hp300/dev/grf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: grf.c,v 1.10 2001/05/10 07:59:05 art Exp $ */ +/* $OpenBSD: grf.c,v 1.11 2001/05/10 21:08:48 millert Exp $ */ /* $NetBSD: grf.c,v 1.30 1998/08/20 08:33:41 kleink Exp $ */ /* @@ -58,6 +58,7 @@ #include <sys/malloc.h> #include <sys/mman.h> #include <sys/proc.h> +#include <sys/resourcevar.h> #include <sys/vnode.h> #include <machine/autoconf.h> diff --git a/sys/arch/mac68k/dev/grf.c b/sys/arch/mac68k/dev/grf.c index 71e990f23a0..8ec0ed7b617 100644 --- a/sys/arch/mac68k/dev/grf.c +++ b/sys/arch/mac68k/dev/grf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: grf.c,v 1.11 2001/05/10 07:59:05 art Exp $ */ +/* $OpenBSD: grf.c,v 1.12 2001/05/10 21:08:48 millert Exp $ */ /* $NetBSD: grf.c,v 1.41 1997/02/24 06:20:04 scottr Exp $ */ /* @@ -57,6 +57,7 @@ #include <sys/malloc.h> #include <sys/mman.h> #include <sys/proc.h> +#include <sys/resourcevar.h> #include <sys/vnode.h> #include <sys/systm.h> |