summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>2001-01-15 19:50:44 +0000
committerArtur Grabowski <art@cvs.openbsd.org>2001-01-15 19:50:44 +0000
commit705058dc6492d3cd230ccdd5a30223b3be2c1824 (patch)
tree3c4186be4a576fcd8c75deca34f580edea334ec3 /sys/arch
parentcce12d917b9c6261ec24df53b0c3b0a9a1afe247 (diff)
include <sys/buf.h> for B_READ that we need in the UVM case
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/powerpc/pci/vgafb.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/powerpc/pci/vgafb.c b/sys/arch/powerpc/pci/vgafb.c
index 0ba761c4995..5962e9d1127 100644
--- a/sys/arch/powerpc/pci/vgafb.c
+++ b/sys/arch/powerpc/pci/vgafb.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: vgafb.c,v 1.6 2000/10/19 03:18:00 drahn Exp $ */
+/* $OpenBSD: vgafb.c,v 1.7 2001/01/15 19:50:43 art Exp $ */
/* $NetBSD: vga.c,v 1.3 1996/12/02 22:24:54 cgd Exp $ */
/*
@@ -32,6 +32,7 @@
#include <sys/systm.h>
#include <sys/kernel.h>
#include <sys/device.h>
+#include <sys/buf.h>
#include <machine/bus.h>
#include <dev/cons.h>