summaryrefslogtreecommitdiff
path: root/sys/arch/hp300/dev/grf.c
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2001-05-10 21:08:49 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2001-05-10 21:08:49 +0000
commite3806acc84762dc70960d0138e6e78662f4e16bf (patch)
tree5de005dd98cea7e128af8a00cad1be079bfa8c04 /sys/arch/hp300/dev/grf.c
parenta2343827b755c2515aa9c287d4303f1a38a2e1cc (diff)
Add missing #include <sys/resourcevar.h> so these can compile.
Diffstat (limited to 'sys/arch/hp300/dev/grf.c')
-rw-r--r--sys/arch/hp300/dev/grf.c3
1 files changed, 2 insertions, 1 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>